Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnf_tables_api.c958 INIT_LIST_HEAD(&nft_trans_flowtable_hooks(trans)); in nft_trans_flowtable_add()
9150 if (nft_hook_list_find(&nft_trans_flowtable_hooks(trans), hook, false)) { in nft_flowtable_update()
9188 INIT_LIST_HEAD(&nft_trans_flowtable_hooks(trans)); in nft_flowtable_update()
9189 list_splice(&flowtable_hook.list, &nft_trans_flowtable_hooks(trans)); in nft_flowtable_update()
9390 INIT_LIST_HEAD(&nft_trans_flowtable_hooks(trans)); in nft_delflowtable_hook()
9391 list_splice(&flowtable_del_list, &nft_trans_flowtable_hooks(trans)); in nft_delflowtable_hook()
11178 &nft_trans_flowtable_hooks(trans), in nf_tables_commit()
11181 list_splice_rcu(&nft_trans_flowtable_hooks(trans), in nf_tables_commit()
11199 &nft_trans_flowtable_hooks(trans), in nf_tables_commit()
11203 &nft_trans_flowtable_hooks(trans)); in nf_tables_commit()
[all …]
/linux/include/net/netfilter/
H A Dnf_tables.h1855 #define nft_trans_flowtable_hooks(trans) \ macro