Home
last modified time | relevance | path

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

/external/iproute2/include/
Dxt-internal.h58 extern struct xtables_target *xtables_targets;
Dxtables.h415 extern struct xtables_target *xtables_targets;
/external/iptables/iptables/
Dxtables-eb.c335 for (t = xtables_targets; t; t = t->next) { in ebt_list_extensions()
769 for (t = xtables_targets; t; t = t->next) { in do_commandeb()
941 ebt_list_extensions(xtables_targets, cs.matches); in do_commandeb()
1256 for (w = xtables_targets; w; w = w->next) { in do_commandeb()
Dxtables-arp.c493 for (t = xtables_targets; t; t = t->next) { in exit_printhelp()
961 for (t = xtables_targets; t; t = t->next) { in do_commandarp()
Dxtables.c253 print_extension_helps(xtables_targets, matches); in exit_printhelp()
710 for (t = xtables_targets; t; t = t->next) { in do_parse()
Dip6tables.c276 print_extension_helps(xtables_targets, matches); in exit_printhelp()
1370 for (t = xtables_targets; t; t = t->next) { in do_command6()
Diptables.c269 print_extension_helps(xtables_targets, matches); in exit_printhelp()
1364 for (t = xtables_targets; t; t = t->next) { in do_command4()
/external/iptables/libxtables/
Dxtables.c198 struct xtables_target *xtables_targets; variable
738 for (ptr = xtables_targets; ptr; ptr = ptr->next) { in xtables_find_target()
1077 for (i = &xtables_targets; *i!=old; i = &(*i)->next); in xtables_fully_register_pending_target()
1089 me->next = xtables_targets; in xtables_fully_register_pending_target()
1090 xtables_targets = me; in xtables_fully_register_pending_target()
/external/iptables/include/
Dxtables.h448 extern struct xtables_target *xtables_targets;