Home
last modified time | relevance | path

Searched refs:xtables_targets (Results 1 – 7 of 7) sorted by relevance

/third_party/iptables/iptables/
Dxtables-eb.c252 for (t = xtables_targets; t; t = t->next) { in ebt_list_extensions()
666 for (t = xtables_targets; t; t = t->next) { in ebt_command_default()
712 for (target = xtables_targets; target; target = target->next) { in nft_fini_eb()
893 ebt_list_extensions(xtables_targets, cs.matches); in do_commandeb()
Dxtables-arp.c273 for (t = xtables_targets; t; t = t->next) { in printhelp()
481 for (t = xtables_targets; t; t = t->next) { in do_commandarp()
Dxtables.c207 print_extension_helps(xtables_targets, matches); in printhelp()
484 for (t = xtables_targets; t; t = t->next) { in do_parse()
Dip6tables.c209 print_extension_helps(xtables_targets, matches); in exit_printhelp()
1096 for (t = xtables_targets; t; t = t->next) { in do_command6()
Diptables.c207 print_extension_helps(xtables_targets, matches); in exit_printhelp()
1091 for (t = xtables_targets; t; t = t->next) { in do_command4()
/third_party/iptables/include/
Dxtables.h448 extern struct xtables_target *xtables_targets;
/third_party/iptables/libxtables/
Dxtables.c203 struct xtables_target *xtables_targets; variable
816 for (ptr = xtables_targets; ptr; ptr = ptr->next) { in xtables_find_target()
1254 i = &xtables_targets; in xtables_fully_register_pending_target()
1255 prev = xtables_targets; in xtables_fully_register_pending_target()