Home
last modified time | relevance | path

Searched refs:newflows (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/netpfil/ipfw/
H A Ddn_sched_fq_codel.c317 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()
H A Ddn_sched_fq_pie.c137 struct fq_pie_list newflows; /* list of new queues */ member
895 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()
H A Ddn_sched_fq_codel.h80 struct fq_codel_list newflows; /* list of new queues */ member