Lines Matching defs:qlen
79 int qlen; /* number of packets in flow queue */
399 flow->qlen--;
401 sch->q.qlen--;
448 if (unlikely(sch->q.qlen >= sch->limit))
474 if (unlikely(f->qlen >= q->flow_plimit && f != &q->internal)) {
479 f->qlen++;
494 sch->q.qlen++;
536 if (!sch->q.qlen)
659 flow->qlen = 0;
670 sch->q.qlen = 0;
906 while (sch->q.qlen > sch->limit) {