Home
last modified time | relevance | path

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

/external/iptables/libxtables/
Dxtables.c193 struct xtables_match *xtables_pending_matches; variable
637 for (dptr = &xtables_pending_matches; *dptr; ) { in xtables_find_match()
885 me->next = xtables_pending_matches; in xtables_register_match()
886 xtables_pending_matches = me; in xtables_register_match()