Searched refs:nft_trans_flowtable_hooks (Results 1 – 2 of 2) sorted by relevance
547 INIT_LIST_HEAD(&nft_trans_flowtable_hooks(trans)); in nft_trans_flowtable_add()7603 INIT_LIST_HEAD(&nft_trans_flowtable_hooks(trans)); in nft_flowtable_update()7604 list_splice(&flowtable_hook.list, &nft_trans_flowtable_hooks(trans)); in nft_flowtable_update()7791 INIT_LIST_HEAD(&nft_trans_flowtable_hooks(trans)); in nft_delflowtable_hook()7792 list_splice(&flowtable_del_list, &nft_trans_flowtable_hooks(trans)); in nft_delflowtable_hook()8485 nft_flowtable_hooks_destroy(&nft_trans_flowtable_hooks(trans)); in nft_commit_release()9043 &nft_trans_flowtable_hooks(trans), in nf_tables_commit()9045 list_splice(&nft_trans_flowtable_hooks(trans), in nf_tables_commit()9060 &nft_trans_flowtable_hooks(trans), in nf_tables_commit()9063 &nft_trans_flowtable_hooks(trans)); in nf_tables_commit()[all …]
1627 #define nft_trans_flowtable_hooks(trans) \ macro