Searched refs:nft_rule_list (Results 1 – 5 of 5) sorted by relevance
/external/iptables/iptables/ |
D | nft.h | 90 int nft_rule_list(struct nft_handle *h, const char *chain, const char *table, int rulenum, unsigned…
|
D | xtables-eb.c | 495 return nft_rule_list(h, chain, table, rule_nr, format); in list_rules()
|
D | xtables-arp.c | 824 return nft_rule_list(h, chain, table, rulenum, format); in list_entries()
|
D | xtables.c | 592 return nft_rule_list(h, chain, table, rulenum, format); in list_entries()
|
D | nft.c | 2060 int nft_rule_list(struct nft_handle *h, const char *chain, const char *table, in nft_rule_list() function
|