Searched refs:xtables_matches (Results 1 – 6 of 6) sorted by relevance
57 extern struct xtables_match *xtables_matches;
382 extern struct xtables_match *xtables_matches;
176 struct xtables_match *xtables_matches; variable618 for (ptr = xtables_matches; ptr; ptr = ptr->next) { in xtables_find_match()885 for (i = &xtables_matches; *i!=old; i = &(*i)->next); in xtables_fully_register_pending_match()897 for (i = &xtables_matches; *i; i = &(*i)->next); in xtables_fully_register_pending_match()
1392 for (m = xtables_matches; m; m = m->next) in do_command4()
1363 for (m = xtables_matches; m; m = m->next) in do_command6()