Searched refs:newflows (Results 1 – 3 of 3) sorted by relevance
317 STAILQ_INSERT_TAIL(&si->newflows, &si->flows[idx], flowchain); in fq_codel_enqueue()368 if (STAILQ_EMPTY(&si->newflows)) in fq_codel_dequeue()371 fq_codel_flowlist = &si->newflows; in fq_codel_dequeue()407 if (fq_codel_flowlist == &si->newflows) { in fq_codel_dequeue()467 STAILQ_INIT(&si->newflows); in fq_codel_new_sched()
137 struct fq_pie_list newflows; /* list of new queues */ member895 STAILQ_INSERT_TAIL(&si->newflows, &flows[idx], flowchain); in fq_pie_enqueue()943 if (STAILQ_EMPTY(&si->newflows)) in fq_pie_dequeue()946 fq_pie_flowlist = &si->newflows; in fq_pie_dequeue()982 if (fq_pie_flowlist == &si->newflows) { in fq_pie_dequeue()1055 STAILQ_INIT(&si->newflows); in fq_pie_new_sched()
80 struct fq_codel_list newflows; /* list of new queues */ member