Home
last modified time | relevance | path

Searched refs:table_list (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() argument
217 nftnl_table_list_add(table, table_list); in xtables_config_parse()
Dnft.h150 extern int xtables_config_parse(const char *filename, struct nftnl_table_list *table_list, struct n…
Dnft.c2539 struct nftnl_table_list *table_list = nftnl_table_list_alloc(); in nft_xtables_config_load() local
2551 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()