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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/include/
H A Dip6tables.h125 extern struct ip6tables_target *ip6tables_targets;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/include/
H A Dip6tables.h160 extern struct ip6tables_target *ip6tables_targets;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/
H A Dip6tables.c200 struct ip6tables_target *ip6tables_targets = NULL; variable in typeref:struct:ip6tables_target
390 for (t = ip6tables_targets; t; t = t->next) {
1037 for (ptr = ip6tables_targets; ptr; ptr = ptr->next) {
1225 me->next = ip6tables_targets;
1226 ip6tables_targets = me;
1543 + ip6tables_targets->size);
1557 + ip6tables_targets->userspacesize);
1891 for (t = ip6tables_targets; t; t = t->next) {

Completed in 312 milliseconds