Home
last modified time | relevance | path

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

/linux-6.6.21/include/net/netfilter/
Dnf_tables.h1114 int nft_chain_add(struct nft_table *table, struct nft_chain *chain);
/linux-6.6.21/net/netfilter/
Dnf_tables_api.c2389 int nft_chain_add(struct nft_table *table, struct nft_chain *chain) in nft_chain_add() function
2525 err = nft_chain_add(table, chain); in nf_tables_addchain()