Searched refs:old_flows (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/include/net/ |
| H A D | fq_impl.h | 103 head = &tin->old_flows; in fq_tin_dequeue() 113 &tin->old_flows); in fq_tin_dequeue() 121 !list_empty(&tin->old_flows)) { in fq_tin_dequeue() 122 list_move_tail(&flow->flowchain, &tin->old_flows); in fq_tin_dequeue() 285 list_for_each_entry(flow, &tin->old_flows, flowchain) in fq_tin_filter() 302 list_empty(&tin->old_flows)) in fq_flow_reset() 321 head = &tin->old_flows; in fq_tin_reset() 344 INIT_LIST_HEAD(&tin->old_flows); in fq_tin_init()
|
| H A D | fq.h | 50 struct list_head old_flows; member
|
| /linux-6.15/net/sched/ |
| H A D | sch_fq_pie.c | 60 struct list_head old_flows; member 249 head = &q->old_flows; in fq_pie_qdisc_dequeue() 258 list_move_tail(&flow->flowchain, &q->old_flows); in fq_pie_qdisc_dequeue() 272 if (head == &q->new_flows && !list_empty(&q->old_flows)) in fq_pie_qdisc_dequeue() 273 list_move_tail(&flow->flowchain, &q->old_flows); in fq_pie_qdisc_dequeue() 435 INIT_LIST_HEAD(&q->old_flows); in fq_pie_init() 526 list_for_each(pos, &q->old_flows) in fq_pie_dump_stats() 539 INIT_LIST_HEAD(&q->old_flows); in fq_pie_reset()
|
| H A D | sch_fq_codel.c | 67 struct list_head old_flows; /* list of old flows */ member 292 head = &q->old_flows; in fq_codel_dequeue() 300 list_move_tail(&flow->flowchain, &q->old_flows); in fq_codel_dequeue() 310 if ((head == &q->new_flows) && !list_empty(&q->old_flows)) in fq_codel_dequeue() 311 list_move_tail(&flow->flowchain, &q->old_flows); in fq_codel_dequeue() 340 INIT_LIST_HEAD(&q->old_flows); in fq_codel_reset() 480 INIT_LIST_HEAD(&q->old_flows); in fq_codel_init() 597 list_for_each(pos, &q->old_flows) in fq_codel_dump_stats()
|
| H A D | sch_fq.c | 104 struct fq_flow_head old_flows; member 203 &pband->old_flows; in fq_flow_add_tail() 645 return pband->old_flows.first ? &pband->old_flows : NULL; in fq_pband_head_select() 828 q->band_flows[idx].old_flows.first = NULL; in fq_reset() 1178 q->band_flows[i].old_flows.first = NULL; in fq_init()
|
| H A D | sch_cake.c | 168 struct list_head old_flows; member 2070 head = &b->old_flows; in cake_dequeue() 2107 list_move_tail(&flow->flowchain, &b->old_flows); in cake_dequeue() 2758 INIT_LIST_HEAD(&b->old_flows); in cake_init()
|