Searched refs:nft_trans_flowtable_hooks (Results 1 – 2 of 2) sorted by relevance
862 INIT_LIST_HEAD(&nft_trans_flowtable_hooks(trans)); in nft_trans_flowtable_add()9013 INIT_LIST_HEAD(&nft_trans_flowtable_hooks(trans)); in nft_flowtable_update()9209 INIT_LIST_HEAD(&nft_trans_flowtable_hooks(trans)); in nft_delflowtable_hook()9993 nft_hooks_destroy(&nft_trans_flowtable_hooks(trans)); in nft_commit_release()10902 &nft_trans_flowtable_hooks(trans), in nf_tables_commit()10904 list_splice(&nft_trans_flowtable_hooks(trans), in nf_tables_commit()10920 &nft_trans_flowtable_hooks(trans), in nf_tables_commit()10924 &nft_trans_flowtable_hooks(trans)); in nf_tables_commit()10998 nft_hooks_destroy(&nft_trans_flowtable_hooks(trans)); in nf_tables_abort_release()11196 &nft_trans_flowtable_hooks(trans)); in __nf_tables_abort()[all …]
1823 #define nft_trans_flowtable_hooks(trans) \ macro