Home
last modified time | relevance | path

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

/linux-4.4.14/net/sched/
Dsch_fq_codel.c65 struct list_head new_flows; /* list of new flows */ member
198 list_add_tail(&flow->flowchain, &q->new_flows); in fq_codel_enqueue()
248 head = &q->new_flows; in fq_codel_dequeue()
274 if ((head == &q->new_flows) && !list_empty(&q->old_flows)) in fq_codel_dequeue()
299 INIT_LIST_HEAD(&q->new_flows); in fq_codel_reset()
424 INIT_LIST_HEAD(&q->new_flows); in fq_codel_init()
508 list_for_each(pos, &q->new_flows) in fq_codel_dump_stats()
Dsch_fq.c83 struct fq_flow_head new_flows; member
390 fq_flow_add_tail(&q->new_flows, f); in fq_enqueue()
442 head = &q->new_flows; in fq_dequeue()
474 if ((head == &q->new_flows) && q->old_flows.first) { in fq_dequeue()
545 q->new_flows.first = NULL; in fq_reset()
771 q->new_flows.first = NULL; in fq_init()