Home
last modified time | relevance | path

Searched refs:iptables_targets (Results 1 – 3 of 3) sorted by relevance

/external/iptables/
Diptables.c205 struct iptables_target *iptables_targets = NULL; variable
483 for (t = iptables_targets; t ;t = t->next) { in exit_printhelp()
1073 for (ptr = iptables_targets; ptr; ptr = ptr->next) { in find_target()
1284 for (i = &iptables_targets; *i!=old; i = &(*i)->next); in register_target()
1295 me->next = iptables_targets; in register_target()
1296 iptables_targets = me; in register_target()
1616 + iptables_targets->size); in make_delete_mask()
1630 + iptables_targets->userspacesize); in make_delete_mask()
1973 for (t = iptables_targets; t; t = t->next) { in do_command()
/external/iproute2/include/
Diptables.h160 extern struct iptables_target *iptables_targets;
/external/iptables/include/
Diptables.h174 extern struct iptables_target *iptables_targets;