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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/include/
H A Diptables.h160 extern struct iptables_target *iptables_targets;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/include/
H A Diptables.h174 extern struct iptables_target *iptables_targets;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/
H A Diptables.c204 struct iptables_target *iptables_targets = NULL; variable in typeref:struct:iptables_target
475 for (t = iptables_targets; t ;t = t->next) {
1065 for (ptr = iptables_targets; ptr; ptr = ptr->next) {
1275 for (i = &iptables_targets; *i!=old; i = &(*i)->next);
1286 me->next = iptables_targets;
1287 iptables_targets = me;
1607 + iptables_targets->size);
1621 + iptables_targets->userspacesize);
1970 for (t = iptables_targets; t; t = t->next) {

Completed in 162 milliseconds