Home
last modified time | relevance | path

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

/linux-4.1.27/net/sched/
Dsch_fq_codel.c66 struct list_head new_flows; /* list of new flows */ member
196 list_add_tail(&flow->flowchain, &q->new_flows); in fq_codel_enqueue()
244 head = &q->new_flows; in fq_codel_dequeue()
269 if ((head == &q->new_flows) && !list_empty(&q->old_flows)) in fq_codel_dequeue()
392 INIT_LIST_HEAD(&q->new_flows); in fq_codel_init()
470 list_for_each(pos, &q->new_flows) in fq_codel_dump_stats()
Dsch_fq.c83 struct fq_flow_head new_flows; member
387 fq_flow_add_tail(&q->new_flows, f); in fq_enqueue()
439 head = &q->new_flows; in fq_dequeue()
471 if ((head == &q->new_flows) && q->old_flows.first) { in fq_dequeue()
542 q->new_flows.first = NULL; in fq_reset()
766 q->new_flows.first = NULL; in fq_init()