Lines Matching refs:backlog
113 unsigned int backlog; member
330 slot->backlog -= len; in sfq_drop()
397 slot->backlog = 0; /* should already be 0 anyway... */ in sfq_enqueue()
404 slot->backlog); in sfq_enqueue()
455 sch->qstats.backlog -= delta; in sfq_enqueue()
456 slot->backlog -= delta; in sfq_enqueue()
465 slot->backlog += qdisc_pkt_len(skb); in sfq_enqueue()
524 slot->backlog -= qdisc_pkt_len(skb); in sfq_dequeue()
576 slot->backlog = 0; in sfq_rehash()
607 slot->backlog); in sfq_rehash()
608 slot->backlog += qdisc_pkt_len(skb); in sfq_rehash()
874 qs.backlog = slot->backlog; in sfq_dump_class_stats()