Searched refs:xtables_matches (Results 1 – 8 of 8) sorted by relevance
57 extern struct xtables_match *xtables_matches;
414 extern struct xtables_match *xtables_matches;
202 struct xtables_match *xtables_matches; variable647 for (ptr = xtables_matches; ptr; ptr = ptr->next) { in xtables_find_match()1053 for (i = &xtables_matches; *i != old;) in xtables_fully_register_pending_match()1073 for (i = &xtables_matches; *i; i = &(*i)->next); in xtables_fully_register_pending_match()1076 for (i = &xtables_matches; *i != pos; i = &(*i)->next); in xtables_fully_register_pending_match()
447 extern struct xtables_match *xtables_matches;
707 for (m = xtables_matches; m; m = m->next) { in ebt_command_default()
562 for (m = xtables_matches; m; m = m->next) in do_parse()
1172 for (m = xtables_matches; m; m = m->next) in do_command6()
1168 for (m = xtables_matches; m; m = m->next) in do_command4()