Searched refs:nft_trans_flowtable (Results 1 – 2 of 2) sorted by relevance
855 sizeof(struct nft_trans_flowtable)); in nft_trans_flowtable_add()863 nft_trans_flowtable(trans) = flowtable; in nft_trans_flowtable_add()9003 sizeof(struct nft_trans_flowtable)); in nft_flowtable_update()10901 nft_trans_flowtable(trans), in nf_tables_commit()10909 nft_trans_flowtable(trans), in nf_tables_commit()10919 nft_trans_flowtable(trans), in nf_tables_commit()10923 nft_trans_flowtable(trans), in nf_tables_commit()10928 nft_trans_flowtable(trans), in nf_tables_commit()10932 nft_trans_flowtable(trans), in nf_tables_commit()11195 nft_trans_flowtable(trans), in __nf_tables_abort()[all …]
1809 struct nft_trans_flowtable { struct1818 container_of(t, struct nft_trans_flowtable, nft_trans) argument1819 #define nft_trans_flowtable(trans) \ macro