Home
last modified time | relevance | path

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

/linux-6.1.9/net/netfilter/
Dnf_tables_api.c559 INIT_LIST_HEAD(&nft_trans_flowtable_hooks(trans)); in nft_trans_flowtable_add()
7682 INIT_LIST_HEAD(&nft_trans_flowtable_hooks(trans)); in nft_flowtable_update()
7683 list_splice(&flowtable_hook.list, &nft_trans_flowtable_hooks(trans)); in nft_flowtable_update()
7870 INIT_LIST_HEAD(&nft_trans_flowtable_hooks(trans)); in nft_delflowtable_hook()
7871 list_splice(&flowtable_del_list, &nft_trans_flowtable_hooks(trans)); in nft_delflowtable_hook()
8564 nft_flowtable_hooks_destroy(&nft_trans_flowtable_hooks(trans)); in nft_commit_release()
9128 &nft_trans_flowtable_hooks(trans), in nf_tables_commit()
9130 list_splice(&nft_trans_flowtable_hooks(trans), in nf_tables_commit()
9145 &nft_trans_flowtable_hooks(trans), in nf_tables_commit()
9148 &nft_trans_flowtable_hooks(trans)); in nf_tables_commit()
[all …]
/linux-6.1.9/include/net/netfilter/
Dnf_tables.h1650 #define nft_trans_flowtable_hooks(trans) \ macro