Searched refs:nft_trans (Results 1 – 2 of 2) sorted by relevance
110 static struct nft_trans *nft_trans_alloc(struct nft_ctx *ctx, int msg_type, in nft_trans_alloc()113 struct nft_trans *trans; in nft_trans_alloc()115 trans = kzalloc(sizeof(struct nft_trans) + size, GFP_KERNEL); in nft_trans_alloc()125 static void nft_trans_destroy(struct nft_trans *trans) in nft_trans_destroy()182 struct nft_trans *trans; in nft_trans_table_add()209 struct nft_trans *trans; in nft_trans_chain_add()278 static struct nft_trans *nft_trans_rule_add(struct nft_ctx *ctx, int msg_type, in nft_trans_rule_add()281 struct nft_trans *trans; in nft_trans_rule_add()295 struct nft_trans *trans; in nft_delrule()330 struct nft_trans *trans; in nft_trans_set_add()[all …]
1000 struct nft_trans { struct