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

/external/iptables/libxtables/
H A Dxtables.c180 struct xtables_match *xtables_pending_matches; variable in typeref:struct:xtables_match
614 for (dptr = &xtables_pending_matches; *dptr; ) {
861 me->next = xtables_pending_matches;
862 xtables_pending_matches = me;

Completed in 33 milliseconds