Searched refs:nft_trans (Results 1 – 3 of 3) sorted by relevance
108 static struct nft_trans *nft_trans_alloc_gfp(const struct nft_ctx *ctx, in nft_trans_alloc_gfp()111 struct nft_trans *trans; in nft_trans_alloc_gfp()113 trans = kzalloc(sizeof(struct nft_trans) + size, gfp); in nft_trans_alloc_gfp()123 static struct nft_trans *nft_trans_alloc(const struct nft_ctx *ctx, in nft_trans_alloc()129 static void nft_trans_destroy(struct nft_trans *trans) in nft_trans_destroy()138 struct nft_trans *trans; in nft_set_trans_bind()239 struct nft_trans *trans; in nft_trans_table_add()264 static struct nft_trans *nft_trans_chain_add(struct nft_ctx *ctx, int msg_type) in nft_trans_chain_add()266 struct nft_trans *trans; in nft_trans_chain_add()287 struct nft_trans *trans; in nft_delchain()[all …]
413 struct nft_trans *trans) in nft_flow_rule_offload_abort()463 struct nft_trans *trans; in nft_flow_rule_offload_commit()
1418 struct nft_trans { struct