Lines Matching refs:backlog
103 unsigned int backlog; member
301 slot->backlog -= len; in sfq_drop()
370 slot->backlog = 0; /* should already be 0 anyway... */ in sfq_enqueue()
377 slot->backlog); in sfq_enqueue()
428 sch->qstats.backlog -= delta; in sfq_enqueue()
429 slot->backlog -= delta; in sfq_enqueue()
439 slot->backlog += qdisc_pkt_len(skb); in sfq_enqueue()
500 slot->backlog -= qdisc_pkt_len(skb); in sfq_dequeue()
552 slot->backlog = 0; in sfq_rehash()
583 slot->backlog); in sfq_rehash()
584 slot->backlog += qdisc_pkt_len(skb); in sfq_rehash()
917 qs.backlog = slot->backlog; in sfq_dump_class_stats()