Searched refs:xtables_config_parse (Results 1 – 3 of 3) sorted by relevance
180 int xtables_config_parse(char *filename, struct nftnl_table_list *table_list, in xtables_config_parse() function
150 extern int xtables_config_parse(const char *filename, struct nftnl_table_list *table_list, struct n…
2551 if (xtables_config_parse(filename, table_list, chain_list) < 0) { in nft_xtables_config_load()