Lines Matching refs:flows
53 struct fq_codel_flow *flows; /* Flows table [flows_cnt] */ member
164 flow = &q->flows[idx]; in fq_codel_drop()
204 flow = &q->flows[idx]; in fq_codel_enqueue()
265 q->backlogs[flow - q->flows] -= qdisc_pkt_len(skb); in dequeue_func()
343 struct fq_codel_flow *flow = q->flows + i; in fq_codel_reset()
381 if (q->flows) in fq_codel_change()
452 kvfree(q->flows); in fq_codel_destroy()
484 if (!q->flows) { in fq_codel_init()
485 q->flows = kvcalloc(q->flows_cnt, in fq_codel_init()
488 if (!q->flows) { in fq_codel_init()
498 struct fq_codel_flow *flow = q->flows + i; in fq_codel_init()
511 kvfree(q->flows); in fq_codel_init()
512 q->flows = NULL; in fq_codel_init()
629 const struct fq_codel_flow *flow = &q->flows[idx]; in fq_codel_dump_class_stats()
676 if (list_empty(&q->flows[i].flowchain) || in fq_codel_walk()