Searched refs:nft_trans (Results 1 – 3 of 3) sorted by relevance
105 static struct nft_trans *nft_trans_alloc_gfp(const struct nft_ctx *ctx, in nft_trans_alloc_gfp()108 struct nft_trans *trans; in nft_trans_alloc_gfp()110 trans = kzalloc(sizeof(struct nft_trans) + size, gfp); in nft_trans_alloc_gfp()120 static struct nft_trans *nft_trans_alloc(const struct nft_ctx *ctx, in nft_trans_alloc()126 static void nft_trans_destroy(struct nft_trans *trans) in nft_trans_destroy()135 struct nft_trans *trans; in nft_set_trans_bind()195 struct nft_trans *trans; in nft_trans_table_add()220 static struct nft_trans *nft_trans_chain_add(struct nft_ctx *ctx, int msg_type) in nft_trans_chain_add()222 struct nft_trans *trans; in nft_trans_chain_add()237 struct nft_trans *trans; in nft_delchain()[all …]
327 struct nft_trans *trans; in nft_flow_rule_offload_commit()
1359 struct nft_trans { struct