Lines Matching refs:flows
55 struct fq_codel_flow *flows; /* Flows table [flows_cnt] */ member
154 flow = &q->flows[idx]; in fq_codel_drop()
192 flow = &q->flows[idx]; in fq_codel_enqueue()
232 q->backlogs[flow - q->flows] -= qdisc_pkt_len(skb); in dequeue()
302 struct fq_codel_flow *flow = q->flows + i; in fq_codel_reset()
341 if (q->flows) in fq_codel_change()
412 fq_codel_free(q->flows); in fq_codel_destroy()
436 if (!q->flows) { in fq_codel_init()
437 q->flows = fq_codel_zalloc(q->flows_cnt * in fq_codel_init()
439 if (!q->flows) in fq_codel_init()
443 fq_codel_free(q->flows); in fq_codel_init()
447 struct fq_codel_flow *flow = q->flows + i; in fq_codel_init()
565 const struct fq_codel_flow *flow = &q->flows[idx]; in fq_codel_dump_class_stats()
607 if (list_empty(&q->flows[i].flowchain) || in fq_codel_walk()