Home
last modified time | relevance | path

Searched refs:xtables_config_parse (Results 1 – 3 of 3) sorted by relevance

/external/iptables/iptables/
Dxtables-config-parser.y180 int xtables_config_parse(char *filename, struct nftnl_table_list *table_list, in xtables_config_parse() function
Dnft.h150 extern int xtables_config_parse(const char *filename, struct nftnl_table_list *table_list, struct n…
Dnft.c2551 if (xtables_config_parse(filename, table_list, chain_list) < 0) { in nft_xtables_config_load()