Searched refs:nft_trans (Results 1 – 3 of 3) sorted by relevance
147 static struct nft_trans *nft_trans_alloc_gfp(const struct nft_ctx *ctx, in nft_trans_alloc_gfp()150 struct nft_trans *trans; in nft_trans_alloc_gfp()152 trans = kzalloc(sizeof(struct nft_trans) + size, gfp); in nft_trans_alloc_gfp()162 static struct nft_trans *nft_trans_alloc(const struct nft_ctx *ctx, in nft_trans_alloc()168 static void nft_trans_destroy(struct nft_trans *trans) in nft_trans_destroy()178 struct nft_trans *trans; in nft_set_trans_bind()278 static void nft_trans_commit_list_add_tail(struct net *net, struct nft_trans *trans) in nft_trans_commit_list_add_tail()287 struct nft_trans *trans; in nft_trans_table_add()312 static struct nft_trans *nft_trans_chain_add(struct nft_ctx *ctx, int msg_type) in nft_trans_chain_add()314 struct nft_trans *trans; in nft_trans_chain_add()[all …]
487 struct nft_trans *trans) in nft_flow_rule_offload_abort()539 struct nft_trans *trans; in nft_flow_rule_offload_commit()
1464 struct nft_trans { struct