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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iptables-1.4.x/iptables/
H A Dxtables.c179 struct xtables_match *xtables_pending_matches; variable in typeref:struct:xtables_match
615 for (dptr = &xtables_pending_matches; *dptr; ) {
862 me->next = xtables_pending_matches;
863 xtables_pending_matches = me;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iptables-1.4.x/iptables/
H A Dxtables.c179 struct xtables_match *xtables_pending_matches; variable in typeref:struct:xtables_match
615 for (dptr = &xtables_pending_matches; *dptr; ) {
862 me->next = xtables_pending_matches;
863 xtables_pending_matches = me;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iptables-1.4.x/iptables/
H A Dxtables.c179 struct xtables_match *xtables_pending_matches; variable in typeref:struct:xtables_match
615 for (dptr = &xtables_pending_matches; *dptr; ) {
862 me->next = xtables_pending_matches;
863 xtables_pending_matches = me;

Completed in 169 milliseconds