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

/freebsd-11.0-release/sys/netpfil/ipfw/
H A Ddn_sched_fq_codel.h82 struct fq_codel_list newflows; /* list of new queues */ member in struct:fq_codel_si
H A Ddn_sched_fq_codel.c317 STAILQ_INSERT_TAIL(&si->newflows, &si->flows[idx], flowchain);
368 if (STAILQ_EMPTY(&si->newflows))
371 fq_codel_flowlist = &si->newflows;
407 if (fq_codel_flowlist == &si->newflows) {
467 STAILQ_INIT(&si->newflows);
H A Ddn_sched_fq_pie.c141 struct fq_pie_list newflows; /* list of new queues */ member in struct:fq_pie_si
870 STAILQ_INSERT_TAIL(&si->newflows, &flows[idx], flowchain);
918 if (STAILQ_EMPTY(&si->newflows))
921 fq_pie_flowlist = &si->newflows;
957 if (fq_pie_flowlist == &si->newflows) {
1030 STAILQ_INIT(&si->newflows);

Completed in 56 milliseconds