HomeSort by relevance Sort by last modified time
    Searched refs:xtables_matches (Results 1 - 5 of 5) sorted by null

  /external/iproute2/include/
xt-internal.h 57 extern struct xtables_match *xtables_matches;
  /external/iptables/include/
xtables.h 382 extern struct xtables_match *xtables_matches;
  /external/iptables/iptables/
xtables.c 176 struct xtables_match *xtables_matches; variable in typeref:struct:xtables_match
618 for (ptr = xtables_matches; ptr; ptr = ptr->next) {
885 for (i = &xtables_matches; *i!=old; i = &(*i)->next);
897 for (i = &xtables_matches; *i; i = &(*i)->next);
    [all...]
ip6tables.c     [all...]
iptables.c     [all...]

Completed in 115 milliseconds