Home | History | Annotate | Download | only in libxtables

Lines Matching refs:xtables_matches

184 struct xtables_match *xtables_matches;
625 for (ptr = xtables_matches; ptr; ptr = ptr->next) {
954 for (i = &xtables_matches; *i!=old; i = &(*i)->next);
966 for (i = &xtables_matches; *i; i = &(*i)->next);