Lines Matching refs:backlog
40 u32 backlog; /* bytes on the virtualQ */ member
118 return sch->qstats.backlog; in gred_backlog()
120 return q->backlog; in gred_backlog()
168 if (likely(sch->qstats.backlog + qdisc_pkt_len(skb) <= in gred_enqueue()
234 q->backlog += qdisc_pkt_len(skb); in gred_enqueue()
262 q->backlog -= qdisc_pkt_len(skb); in gred_dequeue()
265 if (!sch->qstats.backlog) in gred_dequeue()
268 if (!q->backlog) in gred_dequeue()
294 q->backlog -= len; in gred_drop()
298 if (!sch->qstats.backlog) in gred_drop()
301 if (!q->backlog) in gred_drop()
327 q->backlog = 0; in gred_reset()
406 if (q->backlog == 0) in gred_change_vq()
574 opt.backlog = gred_backlog(table, q, sch); in gred_dump()