Searched refs:nft_trans_flowtable (Results 1 – 2 of 2) sorted by relevance
948 sizeof(struct nft_trans_flowtable)); in nft_trans_flowtable_add()956 nft_trans_flowtable(trans) = flowtable; in nft_trans_flowtable_add()9148 sizeof(struct nft_trans_flowtable)); in nft_flowtable_update()9156 nft_trans_flowtable(trans) = flowtable; in nft_flowtable_update()9352 sizeof(struct nft_trans_flowtable)); in nft_delflowtable_hook()9358 nft_trans_flowtable(trans) = flowtable; in nft_delflowtable_hook()10235 nf_tables_flowtable_destroy(nft_trans_flowtable(trans)); in nft_commit_release()11116 nft_trans_flowtable(trans)->data.flags = in nf_tables_commit()11119 nft_trans_flowtable(trans), in nf_tables_commit()11124 &nft_trans_flowtable(trans)->hook_list); in nf_tables_commit()[all …]
1834 struct nft_trans_flowtable { struct1843 container_of(t, struct nft_trans_flowtable, nft_trans) argument1844 #define nft_trans_flowtable(trans) \ macro