Searched refs:nft_trans_flowtable (Results 1 – 2 of 2) sorted by relevance
1369 struct nft_trans_flowtable { struct1373 #define nft_trans_flowtable(trans) \ argument1374 (((struct nft_trans_flowtable *)trans->data)->flowtable)
373 sizeof(struct nft_trans_flowtable)); in nft_trans_flowtable_add()380 nft_trans_flowtable(trans) = flowtable; in nft_trans_flowtable_add()6191 nf_tables_flowtable_destroy(nft_trans_flowtable(trans)); in nft_commit_release()6481 nft_clear(net, nft_trans_flowtable(trans)); in nf_tables_commit()6483 nft_trans_flowtable(trans), in nf_tables_commit()6488 list_del_rcu(&nft_trans_flowtable(trans)->list); in nf_tables_commit()6490 nft_trans_flowtable(trans), in nf_tables_commit()6493 nft_trans_flowtable(trans)); in nf_tables_commit()6528 nf_tables_flowtable_destroy(nft_trans_flowtable(trans)); in nf_tables_abort_release()6622 list_del_rcu(&nft_trans_flowtable(trans)->list); in __nf_tables_abort()[all …]