Searched refs:nft_trans (Results 1 – 3 of 3) sorted by relevance
146 static struct nft_trans *nft_trans_alloc_gfp(const struct nft_ctx *ctx, in nft_trans_alloc_gfp()149 struct nft_trans *trans; in nft_trans_alloc_gfp()151 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()293 static void nft_trans_commit_list_add_tail(struct net *net, struct nft_trans *trans) in nft_trans_commit_list_add_tail()302 struct nft_trans *trans; in nft_trans_table_add()327 static struct nft_trans *nft_trans_chain_add(struct nft_ctx *ctx, int msg_type) in nft_trans_chain_add()329 struct nft_trans *trans; in nft_trans_chain_add()[all …]
509 struct nft_trans *trans) in nft_flow_rule_offload_abort()561 struct nft_trans *trans; in nft_flow_rule_offload_commit()
1544 struct nft_trans { struct