HomeSort by relevance Sort by last modified time
    Searched refs:nft_chain_add (Results 1 - 2 of 2) sorted by null

  /external/iptables/iptables/
nft.h 69 int nft_chain_add(struct nft_handle *h, struct nftnl_chain *c, uint16_t flags);
nft.c 594 int nft_chain_add(struct nft_handle *h, struct nftnl_chain *c, uint16_t flags) function
630 nft_chain_add(h, c, NLM_F_EXCL);
866 ret = nft_chain_add(h, c, 0);
    [all...]

Completed in 669 milliseconds