Home
last modified time | relevance | path

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

/linux-6.6.21/net/netfilter/
Dnf_tables_api.c703 INIT_LIST_HEAD(&nft_trans_flowtable_hooks(trans)); in nft_trans_flowtable_add()
8310 INIT_LIST_HEAD(&nft_trans_flowtable_hooks(trans)); in nft_flowtable_update()
8311 list_splice(&flowtable_hook.list, &nft_trans_flowtable_hooks(trans)); in nft_flowtable_update()
8506 INIT_LIST_HEAD(&nft_trans_flowtable_hooks(trans)); in nft_delflowtable_hook()
8507 list_splice(&flowtable_del_list, &nft_trans_flowtable_hooks(trans)); in nft_delflowtable_hook()
9278 nft_hooks_destroy(&nft_trans_flowtable_hooks(trans)); in nft_commit_release()
10170 &nft_trans_flowtable_hooks(trans), in nf_tables_commit()
10172 list_splice(&nft_trans_flowtable_hooks(trans), in nf_tables_commit()
10188 &nft_trans_flowtable_hooks(trans), in nf_tables_commit()
10191 &nft_trans_flowtable_hooks(trans)); in nf_tables_commit()
[all …]
/linux-6.6.21/include/net/netfilter/
Dnf_tables.h1675 #define nft_trans_flowtable_hooks(trans) \ macro