Searched refs:table_list (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() argument217 nftnl_table_list_add(table, table_list); in xtables_config_parse()
150 extern int xtables_config_parse(const char *filename, struct nftnl_table_list *table_list, struct n…
2539 struct nftnl_table_list *table_list = nftnl_table_list_alloc(); in nft_xtables_config_load() local2551 if (xtables_config_parse(filename, table_list, chain_list) < 0) { in nft_xtables_config_load()2565 titer = nftnl_table_list_iter_create(table_list); in nft_xtables_config_load()2592 nftnl_table_list_free(table_list); in nft_xtables_config_load()2632 nftnl_table_list_free(table_list); in nft_xtables_config_load()