Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnf_tables_api.c890 sizeof(struct nft_trans_flowtable)); in nft_trans_flowtable_add()
898 nft_trans_flowtable(trans) = flowtable; in nft_trans_flowtable_add()
9133 sizeof(struct nft_trans_flowtable)); in nft_flowtable_update()
9141 nft_trans_flowtable(trans) = flowtable; in nft_flowtable_update()
9334 sizeof(struct nft_trans_flowtable)); in nft_delflowtable_hook()
9340 nft_trans_flowtable(trans) = flowtable; in nft_delflowtable_hook()
10216 nf_tables_flowtable_destroy(nft_trans_flowtable(trans)); in nft_commit_release()
11119 nft_trans_flowtable(trans)->data.flags = in nf_tables_commit()
11122 nft_trans_flowtable(trans), in nf_tables_commit()
11126 &nft_trans_flowtable(trans)->hook_list); in nf_tables_commit()
[all …]
/linux/include/net/netfilter/
H A Dnf_tables.h1808 struct nft_trans_flowtable { struct
1817 container_of(t, struct nft_trans_flowtable, nft_trans) argument
1818 #define nft_trans_flowtable(trans) \ macro