Searched refs:nft_trans_flowtable_hooks (Results 1 – 2 of 2) sorted by relevance
6664 INIT_LIST_HEAD(&nft_trans_flowtable_hooks(trans)); in nft_flowtable_update()6665 list_splice(&flowtable_hook.list, &nft_trans_flowtable_hooks(trans)); in nft_flowtable_update()6850 INIT_LIST_HEAD(&nft_trans_flowtable_hooks(trans)); in nft_delflowtable_hook()7545 nft_flowtable_hooks_destroy(&nft_trans_flowtable_hooks(trans)); in nft_commit_release()7971 &nft_trans_flowtable_hooks(trans), in nf_tables_commit()7973 list_splice(&nft_trans_flowtable_hooks(trans), in nf_tables_commit()7987 &nft_trans_flowtable_hooks(trans)); in nf_tables_commit()7990 &nft_trans_flowtable_hooks(trans), in nf_tables_commit()7993 &nft_trans_flowtable_hooks(trans)); in nf_tables_commit()8053 nft_flowtable_hooks_destroy(&nft_trans_flowtable_hooks(trans)); in nf_tables_abort_release()[all …]
1517 #define nft_trans_flowtable_hooks(trans) \ macro