Searched refs:nft_chain_new (Results 1 – 1 of 1) sorted by relevance
/external/iptables/iptables/ |
D | nft.c | 925 static struct nftnl_chain *nft_chain_new(struct nft_handle *h, in nft_chain_new() function 973 c = nft_chain_new(h, table, chain, NF_DROP, counters); in nft_chain_set() 975 c = nft_chain_new(h, table, chain, NF_ACCEPT, counters); in nft_chain_set() 977 c = nft_chain_new(h, table, chain, -1, counters); in nft_chain_set()
|