Home
last modified time | relevance | path

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

/linux-5.19.10/net/netfilter/
Dnf_tables_api.c327 static struct nft_trans *nft_trans_chain_add(struct nft_ctx *ctx, int msg_type) in nft_trans_chain_add() function
352 trans = nft_trans_chain_add(ctx, NFT_MSG_DELCHAIN); in nft_delchain()
2306 trans = nft_trans_chain_add(ctx, NFT_MSG_NEWCHAIN); in nf_tables_addchain()