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()
233 q->backlog += qdisc_pkt_len(skb); in gred_enqueue()
261 q->backlog -= qdisc_pkt_len(skb); in gred_dequeue()
264 if (!sch->qstats.backlog) in gred_dequeue()
267 if (!q->backlog) in gred_dequeue()
293 q->backlog -= len; in gred_drop()
297 if (!sch->qstats.backlog) in gred_drop()
300 if (!q->backlog) in gred_drop()
326 q->backlog = 0; in gred_reset()
402 if (q->backlog == 0) in gred_change_vq()
556 opt.backlog = gred_backlog(table, q, sch); in gred_dump()