Searched refs:iptables_matches (Results 1 - 3 of 3) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/include/
H A Diptables.h159 extern struct iptables_match *iptables_matches;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/include/
H A Diptables.h173 extern struct iptables_match *iptables_matches;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/
H A Diptables.c203 struct iptables_match *iptables_matches = NULL; variable in typeref:struct:iptables_match
730 for (ptr = iptables_matches; ptr; ptr = ptr->next) {
1217 for (i = &iptables_matches; *i!=old; i = &(*i)->next);
1228 for (i = &iptables_matches; *i; i = &(*i)->next);
1967 for (m = iptables_matches; m; m = m->next)

Completed in 160 milliseconds