Lines Matching refs:flows
56 struct fq_codel_flow *flows; /* Flows table [flows_cnt] */ member
161 flow = &q->flows[idx]; in fq_codel_drop()
190 flow = &q->flows[idx]; in fq_codel_enqueue()
229 q->backlogs[flow - q->flows] -= qdisc_pkt_len(skb); in dequeue()
317 if (q->flows) in fq_codel_change()
380 fq_codel_free(q->flows); in fq_codel_destroy()
404 if (!q->flows) { in fq_codel_init()
405 q->flows = fq_codel_zalloc(q->flows_cnt * in fq_codel_init()
407 if (!q->flows) in fq_codel_init()
411 fq_codel_free(q->flows); in fq_codel_init()
415 struct fq_codel_flow *flow = q->flows + i; in fq_codel_init()
527 const struct fq_codel_flow *flow = &q->flows[idx]; in fq_codel_dump_class_stats()
569 if (list_empty(&q->flows[i].flowchain) || in fq_codel_walk()