Home
last modified time | relevance | path

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

/linux-4.1.27/net/netfilter/
Dnf_tables_api.c109 static struct nft_trans *nft_trans_alloc(struct nft_ctx *ctx, int msg_type, in nft_trans_alloc()
112 struct nft_trans *trans; in nft_trans_alloc()
114 trans = kzalloc(sizeof(struct nft_trans) + size, GFP_KERNEL); in nft_trans_alloc()
124 static void nft_trans_destroy(struct nft_trans *trans) in nft_trans_destroy()
144 struct nft_trans *trans; in nft_trans_table_add()
171 struct nft_trans *trans; in nft_trans_chain_add()
240 static struct nft_trans *nft_trans_rule_add(struct nft_ctx *ctx, int msg_type, in nft_trans_rule_add()
243 struct nft_trans *trans; in nft_trans_rule_add()
257 struct nft_trans *trans; in nft_delrule()
292 struct nft_trans *trans; in nft_trans_set_add()
[all …]
/linux-4.1.27/include/net/netfilter/
Dnf_tables.h973 struct nft_trans { struct