Home
last modified time | relevance | path

Searched refs:xtables_ipv4 (Results 1 – 6 of 6) sorted by relevance

/external/iptables/iptables/
Dxtables-standalone.c64 if (nft_init(&h, xtables_ipv4) < 0) { in xtables_main()
Dxtables-save.c99 if (nft_init(&h, xtables_ipv4) < 0) { in xtables_save_main()
Dxtables-translate.c413 if (nft_init(&h, xtables_ipv4) < 0) { in xtables_xlate_main()
455 if (nft_init(&h, xtables_ipv4) < 0) { in xtables_restore_xlate_main()
Dnft.h43 extern struct builtin_table xtables_ipv4[TABLES_MAX];
Dxtables-restore.c464 if (nft_init(&h, xtables_ipv4) < 0) { in xtables_restore_main()
Dnft.c315 struct builtin_table xtables_ipv4[TABLES_MAX] = { variable
2774 cur_table = xtables_ipv4[i].name; in nft_is_chain_compatible()
2775 chains = xtables_ipv4[i].chains; in nft_is_chain_compatible()
2831 if (strcmp(xtables_ipv4[i].name, name) == 0) in nft_is_table_compatible()