Lines Matching refs:flows
59 struct fq_codel_flow *flows; /* Flows table [flows_cnt] */ member
170 flow = &q->flows[idx]; in fq_codel_drop()
209 flow = &q->flows[idx]; in fq_codel_enqueue()
271 q->backlogs[flow - q->flows] -= qdisc_pkt_len(skb); in dequeue_func()
356 struct fq_codel_flow *flow = q->flows + i; in fq_codel_reset()
395 if (q->flows) in fq_codel_change()
459 kvfree(q->flows); in fq_codel_destroy()
491 if (!q->flows) { in fq_codel_init()
492 q->flows = kvcalloc(q->flows_cnt, in fq_codel_init()
495 if (!q->flows) { in fq_codel_init()
505 struct fq_codel_flow *flow = q->flows + i; in fq_codel_init()
518 kvfree(q->flows); in fq_codel_init()
519 q->flows = NULL; in fq_codel_init()
638 const struct fq_codel_flow *flow = &q->flows[idx]; in fq_codel_dump_class_stats()
685 if (list_empty(&q->flows[i].flowchain) || in fq_codel_walk()