Home
last modified time | relevance | path

Searched refs:old_flows (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/include/net/
Dfq_impl.h75 head = &tin->old_flows; in fq_tin_dequeue()
85 &tin->old_flows); in fq_tin_dequeue()
93 !list_empty(&tin->old_flows)) { in fq_tin_dequeue()
94 list_move_tail(&flow->flowchain, &tin->old_flows); in fq_tin_dequeue()
243 list_for_each_entry(flow, &tin->old_flows, flowchain) in fq_tin_filter()
277 head = &tin->old_flows; in fq_tin_reset()
300 INIT_LIST_HEAD(&tin->old_flows); in fq_tin_init()
Dfq.h49 struct list_head old_flows; member
/Linux-v5.4/net/sched/
Dsch_fq_codel.c68 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()
342 INIT_LIST_HEAD(&q->old_flows); in fq_codel_reset()
463 INIT_LIST_HEAD(&q->old_flows); in fq_codel_init()
571 list_for_each(pos, &q->old_flows) in fq_codel_dump_stats()
Dsch_fq.c94 struct fq_flow_head old_flows; member
160 fq_flow_add_tail(&q->old_flows, f); in fq_flow_unset_throttled()
505 head = &q->old_flows; in fq_dequeue()
518 fq_flow_add_tail(&q->old_flows, f); in fq_dequeue()
544 if ((head == &q->new_flows) && q->old_flows.first) { in fq_dequeue()
545 fq_flow_add_tail(&q->old_flows, f); in fq_dequeue()
647 q->old_flows.first = NULL; in fq_reset()
879 q->old_flows.first = NULL; in fq_init()
Dsch_cake.c167 struct list_head old_flows; member
1981 head = &b->old_flows; in cake_dequeue()
2038 list_move_tail(&flow->flowchain, &b->old_flows); in cake_dequeue()
2704 INIT_LIST_HEAD(&b->old_flows); in cake_init()