Home
last modified time | relevance | path

Searched refs:nft_trans_flowtable (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/include/net/netfilter/
Dnf_tables.h1802 struct nft_trans_flowtable { struct
1811 container_of(t, struct nft_trans_flowtable, nft_trans) argument
1812 #define nft_trans_flowtable(trans) \ macro
/linux-6.12.1/net/netfilter/
Dnf_tables_api.c756 sizeof(struct nft_trans_flowtable)); in nft_trans_flowtable_add()
764 nft_trans_flowtable(trans) = flowtable; in nft_trans_flowtable_add()
8680 sizeof(struct nft_trans_flowtable)); in nft_flowtable_update()
8688 nft_trans_flowtable(trans) = flowtable; in nft_flowtable_update()
8878 sizeof(struct nft_trans_flowtable)); in nft_delflowtable_hook()
8884 nft_trans_flowtable(trans) = flowtable; in nft_delflowtable_hook()
9674 nf_tables_flowtable_destroy(nft_trans_flowtable(trans)); in nft_commit_release()
10582 nft_trans_flowtable(trans)->data.flags = in nf_tables_commit()
10585 nft_trans_flowtable(trans), in nf_tables_commit()
10589 &nft_trans_flowtable(trans)->hook_list); in nf_tables_commit()
[all …]