Searched refs:nft_trans_flowtable_hooks (Results 1 – 2 of 2) sorted by relevance
520 INIT_LIST_HEAD(&nft_trans_flowtable_hooks(trans)); in nft_trans_flowtable_add()6691 INIT_LIST_HEAD(&nft_trans_flowtable_hooks(trans)); in nft_flowtable_update()6692 list_splice(&flowtable_hook.list, &nft_trans_flowtable_hooks(trans)); in nft_flowtable_update()6880 INIT_LIST_HEAD(&nft_trans_flowtable_hooks(trans)); in nft_delflowtable_hook()6881 list_splice(&flowtable_del_list, &nft_trans_flowtable_hooks(trans)); in nft_delflowtable_hook()7545 nft_flowtable_hooks_destroy(&nft_trans_flowtable_hooks(trans)); in nft_commit_release()8039 &nft_trans_flowtable_hooks(trans), in nf_tables_commit()8041 list_splice(&nft_trans_flowtable_hooks(trans), in nf_tables_commit()8056 &nft_trans_flowtable_hooks(trans), in nf_tables_commit()8059 &nft_trans_flowtable_hooks(trans)); in nf_tables_commit()[all …]
1522 #define nft_trans_flowtable_hooks(trans) \ macro