Lines Matching refs:backlog
112 unsigned int backlog; member
307 slot->backlog -= len; in sfq_drop()
374 slot->backlog = 0; /* should already be 0 anyway... */ in sfq_enqueue()
381 slot->backlog); in sfq_enqueue()
432 sch->qstats.backlog -= delta; in sfq_enqueue()
433 slot->backlog -= delta; in sfq_enqueue()
442 slot->backlog += qdisc_pkt_len(skb); in sfq_enqueue()
501 slot->backlog -= qdisc_pkt_len(skb); in sfq_dequeue()
553 slot->backlog = 0; in sfq_rehash()
584 slot->backlog); in sfq_rehash()
585 slot->backlog += qdisc_pkt_len(skb); in sfq_rehash()
851 qs.backlog = slot->backlog; in sfq_dump_class_stats()