Home
last modified time | relevance | path

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

/Linux-v6.6/net/netfilter/
Dnf_tables_api.c701 INIT_LIST_HEAD(&nft_trans_flowtable_hooks(trans)); in nft_trans_flowtable_add()
8271 INIT_LIST_HEAD(&nft_trans_flowtable_hooks(trans)); in nft_flowtable_update()
8272 list_splice(&flowtable_hook.list, &nft_trans_flowtable_hooks(trans)); in nft_flowtable_update()
8467 INIT_LIST_HEAD(&nft_trans_flowtable_hooks(trans)); in nft_delflowtable_hook()
8468 list_splice(&flowtable_del_list, &nft_trans_flowtable_hooks(trans)); in nft_delflowtable_hook()
9239 nft_hooks_destroy(&nft_trans_flowtable_hooks(trans)); in nft_commit_release()
10117 &nft_trans_flowtable_hooks(trans), in nf_tables_commit()
10119 list_splice(&nft_trans_flowtable_hooks(trans), in nf_tables_commit()
10135 &nft_trans_flowtable_hooks(trans), in nf_tables_commit()
10138 &nft_trans_flowtable_hooks(trans)); in nf_tables_commit()
[all …]
/Linux-v6.6/include/net/netfilter/
Dnf_tables.h1673 #define nft_trans_flowtable_hooks(trans) \ macro