Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnf_tables_api.c151 static struct nft_trans *nft_trans_alloc_gfp(const struct nft_ctx *ctx, in nft_trans_alloc_gfp()
154 struct nft_trans *trans; in nft_trans_alloc_gfp()
156 trans = kzalloc(sizeof(struct nft_trans) + size, gfp); in nft_trans_alloc_gfp()
168 static struct nft_trans *nft_trans_alloc(const struct nft_ctx *ctx, in nft_trans_alloc()
174 static void nft_trans_list_del(struct nft_trans *trans) in nft_trans_list_del()
180 static void nft_trans_destroy(struct nft_trans *trans) in nft_trans_destroy()
191 struct nft_trans *trans; in __nft_set_trans_bind()
226 struct nft_trans *trans; in __nft_chain_trans_bind()
372 static void nft_trans_commit_list_add_tail(struct net *net, struct nft_trans *trans) in nft_trans_commit_list_add_tail()
394 struct nft_trans *trans; in nft_trans_table_add()
[all …]
H A 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()
/openbmc/linux/include/net/netfilter/
H A Dnf_tables.h1600 struct nft_trans { struct