Home
last modified time | relevance | path

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

/Linux-v6.6/net/netfilter/
Dnf_tables_api.c150 static struct nft_trans *nft_trans_alloc_gfp(const struct nft_ctx *ctx, in nft_trans_alloc_gfp()
153 struct nft_trans *trans; in nft_trans_alloc_gfp()
155 trans = kzalloc(sizeof(struct nft_trans) + size, gfp); in nft_trans_alloc_gfp()
167 static struct nft_trans *nft_trans_alloc(const struct nft_ctx *ctx, in nft_trans_alloc()
173 static void nft_trans_list_del(struct nft_trans *trans) in nft_trans_list_del()
179 static void nft_trans_destroy(struct nft_trans *trans) in nft_trans_destroy()
190 struct nft_trans *trans; in __nft_set_trans_bind()
225 struct nft_trans *trans; in __nft_chain_trans_bind()
371 static void nft_trans_commit_list_add_tail(struct net *net, struct nft_trans *trans) in nft_trans_commit_list_add_tail()
393 struct nft_trans *trans; in nft_trans_table_add()
[all …]
Dnf_tables_offload.c510 struct nft_trans *trans) in nft_flow_rule_offload_abort()
562 struct nft_trans *trans; in nft_flow_rule_offload_commit()
/Linux-v6.6/include/net/netfilter/
Dnf_tables.h1548 struct nft_trans { struct