Home
last modified time | relevance | path

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

/external/iproute2/include/
Diptables.h159 extern struct iptables_match *iptables_matches;
/external/iptables/include/
Diptables.h173 extern struct iptables_match *iptables_matches;
/external/iptables/
Diptables.c204 struct iptables_match *iptables_matches = NULL; variable
738 for (ptr = iptables_matches; ptr; ptr = ptr->next) { in find_match()
1226 for (i = &iptables_matches; *i!=old; i = &(*i)->next); in register_match()
1237 for (i = &iptables_matches; *i; i = &(*i)->next); in register_match()
1970 for (m = iptables_matches; m; m = m->next) in do_command()