Searched refs:nft_trans_flowtable (Results 1 – 2 of 2) sorted by relevance
951 sizeof(struct nft_trans_flowtable)); in nft_trans_flowtable_add()959 nft_trans_flowtable(trans) = flowtable; in nft_trans_flowtable_add()9178 sizeof(struct nft_trans_flowtable)); in nft_flowtable_update()9186 nft_trans_flowtable(trans) = flowtable; in nft_flowtable_update()9382 sizeof(struct nft_trans_flowtable)); in nft_delflowtable_hook()9388 nft_trans_flowtable(trans) = flowtable; in nft_delflowtable_hook()10265 nf_tables_flowtable_destroy(nft_trans_flowtable(trans)); in nft_commit_release()11174 nft_trans_flowtable(trans)->data.flags = in nf_tables_commit()11177 nft_trans_flowtable(trans), in nf_tables_commit()11182 &nft_trans_flowtable(trans)->hook_list); in nf_tables_commit()[all …]
1841 struct nft_trans_flowtable { struct1850 container_of(t, struct nft_trans_flowtable, nft_trans) argument1851 #define nft_trans_flowtable(trans) \ macro