Home
last modified time | relevance | path

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

/linux-4.4.14/net/netfilter/
Dnf_tables_api.c110 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 …]
/linux-4.4.14/include/net/netfilter/
Dnf_tables.h1000 struct nft_trans { struct