Home
last modified time | relevance | path

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

/external/iptables/iptables/
Dnft.c811 static struct nftnl_chain *nft_chain_new(struct nft_handle *h, in nft_chain_new() function
856 c = nft_chain_new(h, table, chain, NF_DROP, counters); in nft_chain_set()
858 c = nft_chain_new(h, table, chain, NF_ACCEPT, counters); in nft_chain_set()