HomeSort by relevance Sort by last modified time
    Searched full:iptables_matches (Results 1 - 3 of 3) sorted by null

  /external/iproute2/include/
iptables.h 159 extern struct iptables_match *iptables_matches;
  /external/iptables/include/
iptables.h 173 extern struct iptables_match *iptables_matches;
  /external/iptables/
iptables.c 204 struct iptables_match *iptables_matches = NULL; variable in typeref:struct:iptables_match
738 for (ptr = iptables_matches; ptr; ptr = ptr->next) {
1226 for (i = &iptables_matches; *i!=old; i = &(*i)->next);
1237 for (i = &iptables_matches; *i; i = &(*i)->next);
    [all...]

Completed in 302 milliseconds