HomeSort by relevance Sort by last modified time
    Searched full:nft_chain_new (Results 1 - 1 of 1) sorted by null

  /external/iptables/iptables/
nft.c 811 static struct nftnl_chain *nft_chain_new(struct nft_handle *h, function
856 c = nft_chain_new(h, table, chain, NF_DROP, counters);
858 c = nft_chain_new(h, table, chain, NF_ACCEPT, counters);
    [all...]

Completed in 67 milliseconds