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

  /external/iptables/iptables/
nft.h 90 int nft_rule_list(struct nft_handle *h, const char *chain, const char *table, int rulenum, unsigned int format);
xtables-eb.c 495 return nft_rule_list(h, chain, table, rule_nr, format);
    [all...]
xtables-arp.c 824 return nft_rule_list(h, chain, table, rulenum, format);
    [all...]
xtables.c 592 return nft_rule_list(h, chain, table, rulenum, format);
    [all...]
nft.c 2060 int nft_rule_list(struct nft_handle *h, const char *chain, const char *table, function
    [all...]

Completed in 495 milliseconds