Home
last modified time | relevance | path

Searched refs:nft_trans (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/net/netfilter/
Dnf_tables_api.c88 static struct nft_trans *nft_trans_alloc_gfp(const struct nft_ctx *ctx, in nft_trans_alloc_gfp()
91 struct nft_trans *trans; in nft_trans_alloc_gfp()
93 trans = kzalloc(sizeof(struct nft_trans) + size, gfp); in nft_trans_alloc_gfp()
103 static struct nft_trans *nft_trans_alloc(const struct nft_ctx *ctx, in nft_trans_alloc()
109 static void nft_trans_destroy(struct nft_trans *trans) in nft_trans_destroy()
156 struct nft_trans *trans; in nft_trans_table_add()
183 struct nft_trans *trans; in nft_trans_chain_add()
250 static struct nft_trans *nft_trans_rule_add(struct nft_ctx *ctx, int msg_type, in nft_trans_rule_add()
253 struct nft_trans *trans; in nft_trans_rule_add()
271 struct nft_trans *trans; in nft_delrule()
[all …]
/Linux-v4.19/include/net/netfilter/
Dnf_tables.h1299 struct nft_trans { struct