Lines Matching refs:flows
54 struct fq_codel_flow *flows; /* Flows table [flows_cnt] */ member
165 flow = &q->flows[idx]; in fq_codel_drop()
205 flow = &q->flows[idx]; in fq_codel_enqueue()
266 q->backlogs[flow - q->flows] -= qdisc_pkt_len(skb); in dequeue_func()
344 struct fq_codel_flow *flow = q->flows + i; in fq_codel_reset()
383 if (q->flows) in fq_codel_change()
447 kvfree(q->flows); in fq_codel_destroy()
479 if (!q->flows) { in fq_codel_init()
480 q->flows = kvcalloc(q->flows_cnt, in fq_codel_init()
483 if (!q->flows) { in fq_codel_init()
493 struct fq_codel_flow *flow = q->flows + i; in fq_codel_init()
506 kvfree(q->flows); in fq_codel_init()
507 q->flows = NULL; in fq_codel_init()
624 const struct fq_codel_flow *flow = &q->flows[idx]; in fq_codel_dump_class_stats()
671 if (list_empty(&q->flows[i].flowchain) || in fq_codel_walk()