Searched refs:nft_trans_flowtable (Results 1 – 2 of 2) sorted by relevance
890 sizeof(struct nft_trans_flowtable)); in nft_trans_flowtable_add()898 nft_trans_flowtable(trans) = flowtable; in nft_trans_flowtable_add()9156 sizeof(struct nft_trans_flowtable)); in nft_flowtable_update()9164 nft_trans_flowtable(trans) = flowtable; in nft_flowtable_update()9357 sizeof(struct nft_trans_flowtable)); in nft_delflowtable_hook()9363 nft_trans_flowtable(trans) = flowtable; in nft_delflowtable_hook()10237 nf_tables_flowtable_destroy(nft_trans_flowtable(trans)); in nft_commit_release()11141 nft_trans_flowtable(trans)->data.flags = in nf_tables_commit()11144 nft_trans_flowtable(trans), in nf_tables_commit()11148 &nft_trans_flowtable(trans)->hook_list); in nf_tables_commit()[all …]
1808 struct nft_trans_flowtable { struct1817 container_of(t, struct nft_trans_flowtable, nft_trans) argument1818 #define nft_trans_flowtable(trans) \ macro