Searched refs:old_flows (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/include/net/ |
D | fq_impl.h | 76 head = &tin->old_flows; in fq_tin_dequeue() 86 &tin->old_flows); in fq_tin_dequeue() 94 !list_empty(&tin->old_flows)) { in fq_tin_dequeue() 95 list_move_tail(&flow->flowchain, &tin->old_flows); in fq_tin_dequeue() 242 list_for_each_entry(flow, &tin->old_flows, flowchain) in fq_tin_filter() 276 head = &tin->old_flows; in fq_tin_reset() 299 INIT_LIST_HEAD(&tin->old_flows); in fq_tin_init()
|
D | fq.h | 50 struct list_head old_flows; member
|
/Linux-v4.19/net/sched/ |
D | sch_fq_codel.c | 73 struct list_head old_flows; /* list of old flows */ member 298 head = &q->old_flows; in fq_codel_dequeue() 306 list_move_tail(&flow->flowchain, &q->old_flows); in fq_codel_dequeue() 322 if ((head == &q->new_flows) && !list_empty(&q->old_flows)) in fq_codel_dequeue() 323 list_move_tail(&flow->flowchain, &q->old_flows); in fq_codel_dequeue() 354 INIT_LIST_HEAD(&q->old_flows); in fq_codel_reset() 475 INIT_LIST_HEAD(&q->old_flows); in fq_codel_init() 583 list_for_each(pos, &q->old_flows) in fq_codel_dump_stats()
|
D | sch_fq.c | 85 struct fq_flow_head old_flows; member 150 fq_flow_add_tail(&q->old_flows, f); in fq_flow_unset_throttled() 476 head = &q->old_flows; in fq_dequeue() 489 fq_flow_add_tail(&q->old_flows, f); in fq_dequeue() 505 if ((head == &q->new_flows) && q->old_flows.first) { in fq_dequeue() 506 fq_flow_add_tail(&q->old_flows, f); in fq_dequeue() 596 q->old_flows.first = NULL; in fq_reset() 820 q->old_flows.first = NULL; in fq_init()
|
D | sch_cake.c | 167 struct list_head old_flows; member 1960 head = &b->old_flows; in cake_dequeue() 1992 list_move_tail(&flow->flowchain, &b->old_flows); in cake_dequeue() 2656 INIT_LIST_HEAD(&b->old_flows); in cake_init()
|