Home
last modified time | relevance | path

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

/linux-4.1.27/net/sched/
Dsch_fq_codel.c67 struct list_head old_flows; /* list of old flows */ member
246 head = &q->old_flows; in fq_codel_dequeue()
254 list_move_tail(&flow->flowchain, &q->old_flows); in fq_codel_dequeue()
269 if ((head == &q->new_flows) && !list_empty(&q->old_flows)) in fq_codel_dequeue()
270 list_move_tail(&flow->flowchain, &q->old_flows); in fq_codel_dequeue()
393 INIT_LIST_HEAD(&q->old_flows); in fq_codel_init()
473 list_for_each(pos, &q->old_flows) in fq_codel_dump_stats()
Dsch_fq.c85 struct fq_flow_head old_flows; member
421 fq_flow_add_tail(&q->old_flows, f); in fq_check_throttled()
441 head = &q->old_flows; in fq_dequeue()
455 fq_flow_add_tail(&q->old_flows, f); in fq_dequeue()
471 if ((head == &q->new_flows) && q->old_flows.first) { in fq_dequeue()
472 fq_flow_add_tail(&q->old_flows, f); in fq_dequeue()
543 q->old_flows.first = NULL; in fq_reset()
767 q->old_flows.first = NULL; in fq_init()