Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnf_tables_api.c143 static struct nft_trans *nft_trans_alloc_gfp(const struct nft_ctx *ctx, in nft_trans_alloc_gfp()
146 struct nft_trans *trans; in nft_trans_alloc_gfp()
148 trans = kzalloc(sizeof(struct nft_trans) + size, gfp); in nft_trans_alloc_gfp()
159 static struct nft_trans *nft_trans_alloc(const struct nft_ctx *ctx, in nft_trans_alloc()
165 static void nft_trans_destroy(struct nft_trans *trans) in nft_trans_destroy()
174 struct nft_trans *trans; in nft_set_trans_bind()
275 struct nft_trans *trans; in nft_trans_table_add()
300 static struct nft_trans *nft_trans_chain_add(struct nft_ctx *ctx, int msg_type) in nft_trans_chain_add()
302 struct nft_trans *trans; in nft_trans_chain_add()
323 struct nft_trans *trans; in nft_delchain()
[all …]
H A Dnf_tables_offload.c477 struct nft_trans *trans) in nft_flow_rule_offload_abort()
527 struct nft_trans *trans; in nft_flow_rule_offload_commit()
/OK3568_Linux_fs/kernel/include/net/netfilter/
H A Dnf_tables.h1422 struct nft_trans { struct