Home
last modified time | relevance | path

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

/Linux-v5.10/net/netfilter/
Dnf_tables_api.c6664 INIT_LIST_HEAD(&nft_trans_flowtable_hooks(trans)); in nft_flowtable_update()
6665 list_splice(&flowtable_hook.list, &nft_trans_flowtable_hooks(trans)); in nft_flowtable_update()
6850 INIT_LIST_HEAD(&nft_trans_flowtable_hooks(trans)); in nft_delflowtable_hook()
7545 nft_flowtable_hooks_destroy(&nft_trans_flowtable_hooks(trans)); in nft_commit_release()
7971 &nft_trans_flowtable_hooks(trans), in nf_tables_commit()
7973 list_splice(&nft_trans_flowtable_hooks(trans), in nf_tables_commit()
7987 &nft_trans_flowtable_hooks(trans)); in nf_tables_commit()
7990 &nft_trans_flowtable_hooks(trans), in nf_tables_commit()
7993 &nft_trans_flowtable_hooks(trans)); in nf_tables_commit()
8053 nft_flowtable_hooks_destroy(&nft_trans_flowtable_hooks(trans)); in nf_tables_abort_release()
[all …]
/Linux-v5.10/include/net/netfilter/
Dnf_tables.h1517 #define nft_trans_flowtable_hooks(trans) \ macro