Searched refs:nft_trans_flowtable_hooks (Results 1 – 2 of 2) sorted by relevance
912 INIT_LIST_HEAD(&nft_trans_flowtable_hooks(trans)); in nft_trans_flowtable_add()9179 if (nft_hook_list_find(&nft_trans_flowtable_hooks(trans), hook)) { in nft_flowtable_update()9217 INIT_LIST_HEAD(&nft_trans_flowtable_hooks(trans)); in nft_flowtable_update()9218 list_splice(&flowtable_hook.list, &nft_trans_flowtable_hooks(trans)); in nft_flowtable_update()9416 INIT_LIST_HEAD(&nft_trans_flowtable_hooks(trans)); in nft_delflowtable_hook()9417 list_splice(&flowtable_del_list, &nft_trans_flowtable_hooks(trans)); in nft_delflowtable_hook()10286 nft_hooks_destroy(&nft_trans_flowtable_hooks(trans)); in nft_commit_release()11196 &nft_trans_flowtable_hooks(trans), in nf_tables_commit()11198 list_splice(&nft_trans_flowtable_hooks(trans), in nf_tables_commit()11214 &nft_trans_flowtable_hooks(trans), in nf_tables_commit()[all …]
1842 #define nft_trans_flowtable_hooks(trans) \ macro