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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/include/
H A Diptables.h159 extern struct iptables_match *iptables_matches;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/include/
H A Diptables.h173 extern struct iptables_match *iptables_matches;
/netgear-R7000-V1.0.7.12_1.2.5/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 93 milliseconds