Home
last modified time | relevance | path

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

/Linux-v6.6/include/net/netfilter/
Dnf_tables.h1662 struct nft_trans_flowtable { struct
1669 #define nft_trans_flowtable(trans) \ argument
1670 (((struct nft_trans_flowtable *)trans->data)->flowtable)
1672 (((struct nft_trans_flowtable *)trans->data)->update)
1674 (((struct nft_trans_flowtable *)trans->data)->hook_list)
1676 (((struct nft_trans_flowtable *)trans->data)->flags)
/Linux-v6.6/net/netfilter/
Dnf_tables_api.c694 sizeof(struct nft_trans_flowtable)); in nft_trans_flowtable_add()
702 nft_trans_flowtable(trans) = flowtable; in nft_trans_flowtable_add()
8261 sizeof(struct nft_trans_flowtable)); in nft_flowtable_update()
8269 nft_trans_flowtable(trans) = flowtable; in nft_flowtable_update()
8459 sizeof(struct nft_trans_flowtable)); in nft_delflowtable_hook()
8465 nft_trans_flowtable(trans) = flowtable; in nft_delflowtable_hook()
9241 nf_tables_flowtable_destroy(nft_trans_flowtable(trans)); in nft_commit_release()
10113 nft_trans_flowtable(trans)->data.flags = in nf_tables_commit()
10116 nft_trans_flowtable(trans), in nf_tables_commit()
10120 &nft_trans_flowtable(trans)->hook_list); in nf_tables_commit()
[all …]