Home
last modified time | relevance | path

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

/openbmc/linux/include/net/netfilter/
H A Dnf_tables.h1114 int nft_chain_add(struct nft_table *table, struct nft_chain *chain);
/openbmc/linux/net/netfilter/
H A Dnf_tables_api.c2409 int nft_chain_add(struct nft_table *table, struct nft_chain *chain) in nft_chain_add() function
2548 err = nft_chain_add(table, chain); in nf_tables_addchain()