Searched refs:nft_trans_flowtable_hooks (Results 1 – 2 of 2) sorted by relevance
7318 INIT_LIST_HEAD(&nft_trans_flowtable_hooks(trans)); in nft_flowtable_update()7319 list_splice(&flowtable_hook.list, &nft_trans_flowtable_hooks(trans)); in nft_flowtable_update()7505 INIT_LIST_HEAD(&nft_trans_flowtable_hooks(trans)); in nft_delflowtable_hook()8204 nft_flowtable_hooks_destroy(&nft_trans_flowtable_hooks(trans)); in nft_commit_release()8714 &nft_trans_flowtable_hooks(trans), in nf_tables_commit()8716 list_splice(&nft_trans_flowtable_hooks(trans), in nf_tables_commit()8730 &nft_trans_flowtable_hooks(trans)); in nf_tables_commit()8733 &nft_trans_flowtable_hooks(trans), in nf_tables_commit()8736 &nft_trans_flowtable_hooks(trans)); in nf_tables_commit()8798 nft_flowtable_hooks_destroy(&nft_trans_flowtable_hooks(trans)); in nf_tables_abort_release()[all …]
1561 #define nft_trans_flowtable_hooks(trans) \ macro