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() 9154 sizeof(struct nft_trans_flowtable)); in nft_flowtable_update() 9162 nft_trans_flowtable(trans) = flowtable; in nft_flowtable_update() 9358 sizeof(struct nft_trans_flowtable)); in nft_delflowtable_hook() 9364 nft_trans_flowtable(trans) = flowtable; in nft_delflowtable_hook() 10241 nf_tables_flowtable_destroy(nft_trans_flowtable(trans)); in nft_commit_release() 11130 nft_trans_flowtable(trans)->data.flags = in nf_tables_commit() 11133 nft_trans_flowtable(trans), in nf_tables_commit() 11138 &nft_trans_flowtable(tran 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