HomeSort by relevance Sort by last modified time
    Searched full:xtables_pending_matches (Results 1 - 1 of 1) sorted by null

  /external/iptables/iptables/
xtables.c 172 struct xtables_match *xtables_pending_matches; variable in typeref:struct:xtables_match
607 for (dptr = &xtables_pending_matches; *dptr; ) {
853 me->next = xtables_pending_matches;
854 xtables_pending_matches = me;
    [all...]

Completed in 74 milliseconds