Home
last modified time | relevance | path

Searched refs:rule_matches (Results 1 – 1 of 1) sorted by relevance

/external/iptables/iptables/
Dxtables-eb.c666 struct xtables_rule_match *i, **rule_matches = &cs->matches; in ebt_add_match() local
671 for (i = *rule_matches; i; i = i->next) { in ebt_add_match()
678 newm = xtables_find_match(m->name, XTF_LOAD_MUST_SUCCEED, rule_matches); in ebt_add_match()