Home
last modified time | relevance | path

Searched refs:flowchain (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/include/net/
Dfq_impl.h108 flow = list_first_entry(head, struct fq_flow, flowchain); in fq_tin_dequeue()
112 list_move_tail(&flow->flowchain, in fq_tin_dequeue()
122 list_move_tail(&flow->flowchain, &tin->old_flows); in fq_tin_dequeue()
124 list_del_init(&flow->flowchain); in fq_tin_dequeue()
223 if (list_empty(&flow->flowchain)) { in fq_tin_enqueue()
225 list_add_tail(&flow->flowchain, in fq_tin_enqueue()
279 list_for_each_entry(flow, &tin->new_flows, flowchain) in fq_tin_filter()
281 list_for_each_entry(flow, &tin->old_flows, flowchain) in fq_tin_filter()
295 if (!list_empty(&flow->flowchain)) { in fq_flow_reset()
296 list_del_init(&flow->flowchain); in fq_flow_reset()
[all …]
Dfq.h33 struct list_head flowchain; member
/linux-6.1.9/net/sched/
Dsch_fq_pie.c49 struct list_head flowchain; member
185 if (list_empty(&sel_flow->flowchain)) { in fq_pie_qdisc_enqueue()
186 list_add_tail(&sel_flow->flowchain, &q->new_flows); in fq_pie_qdisc_enqueue()
244 flow = list_first_entry(head, struct fq_pie_flow, flowchain); in fq_pie_qdisc_dequeue()
248 list_move_tail(&flow->flowchain, &q->old_flows); in fq_pie_qdisc_dequeue()
263 list_move_tail(&flow->flowchain, &q->old_flows); in fq_pie_qdisc_dequeue()
265 list_del_init(&flow->flowchain); in fq_pie_qdisc_dequeue()
430 INIT_LIST_HEAD(&flow->flowchain); in fq_pie_init()
518 INIT_LIST_HEAD(&flow->flowchain); in fq_pie_reset()
Dsch_hhf.c116 struct list_head flowchain; /* chaining under hash collision */ member
190 list_for_each_entry_safe(flow, next, head, flowchain) { in seek_list()
197 if (list_is_last(&flow->flowchain, head)) in seek_list()
199 list_del(&flow->flowchain); in seek_list()
220 list_for_each_entry(flow, head, flowchain) { in alloc_new_hh()
238 INIT_LIST_HEAD(&flow->flowchain); in alloc_new_hh()
239 list_add_tail(&flow->flowchain, head); in alloc_new_hh()
490 list_for_each_entry_safe(flow, next, head, flowchain) { in hhf_destroy()
491 list_del(&flow->flowchain); in hhf_destroy()
Dsch_fq_codel.c45 struct list_head flowchain; member
209 if (list_empty(&flow->flowchain)) { in fq_codel_enqueue()
210 list_add_tail(&flow->flowchain, &q->new_flows); in fq_codel_enqueue()
295 flow = list_first_entry(head, struct fq_codel_flow, flowchain); in fq_codel_dequeue()
299 list_move_tail(&flow->flowchain, &q->old_flows); in fq_codel_dequeue()
310 list_move_tail(&flow->flowchain, &q->old_flows); in fq_codel_dequeue()
312 list_del_init(&flow->flowchain); in fq_codel_dequeue()
346 INIT_LIST_HEAD(&flow->flowchain); in fq_codel_reset()
504 INIT_LIST_HEAD(&flow->flowchain); in fq_codel_init()
685 if (list_empty(&q->flows[i].flowchain)) { in fq_codel_walk()
Dsch_cake.c129 struct list_head flowchain; member
1860 list_add_tail(&flow->flowchain, &b->new_flows); in cake_enqueue()
1863 list_move_tail(&flow->flowchain, &b->new_flows); in cake_enqueue()
2051 flow = list_first_entry(head, struct cake_flow, flowchain); in cake_dequeue()
2100 list_move_tail(&flow->flowchain, &b->old_flows); in cake_dequeue()
2118 list_move_tail(&flow->flowchain, in cake_dequeue()
2138 list_del_init(&flow->flowchain); in cake_dequeue()
2756 INIT_LIST_HEAD(&flow->flowchain); in cake_init()
3068 if (list_empty(&b->flows[j].flowchain)) { in cake_walk()