Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Ddn_sched_fq_codel.c318 STAILQ_INSERT_TAIL(&si->newflows, &si->flows[idx], flowchain); in fq_codel_enqueue()
369 if (STAILQ_EMPTY(&si->newflows)) in fq_codel_dequeue()
372 fq_codel_flowlist = &si->newflows; in fq_codel_dequeue()
408 if (fq_codel_flowlist == &si->newflows) { in fq_codel_dequeue()
468 STAILQ_INIT(&si->newflows); in fq_codel_new_sched()
H A Ddn_sched_fq_pie.c139 struct fq_pie_list newflows; /* list of new queues */ member
890 STAILQ_INSERT_TAIL(&si->newflows, &flows[idx], flowchain); in fq_pie_enqueue()
938 if (STAILQ_EMPTY(&si->newflows)) in fq_pie_dequeue()
941 fq_pie_flowlist = &si->newflows; in fq_pie_dequeue()
977 if (fq_pie_flowlist == &si->newflows) { in fq_pie_dequeue()
1050 STAILQ_INIT(&si->newflows); in fq_pie_new_sched()
H A Ddn_sched_fq_codel.h82 struct fq_codel_list newflows; /* list of new queues */ member