Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Ddn_sched_fq_codel.c360 struct fq_codel_list *fq_codel_flowlist; in fq_codel_dequeue() local
369 fq_codel_flowlist = &si->oldflows; in fq_codel_dequeue()
371 fq_codel_flowlist = &si->newflows; in fq_codel_dequeue()
374 if (STAILQ_EMPTY(fq_codel_flowlist)) in fq_codel_dequeue()
377 f = STAILQ_FIRST(fq_codel_flowlist); in fq_codel_dequeue()
386 STAILQ_REMOVE_HEAD(fq_codel_flowlist, flowchain); in fq_codel_dequeue()
391 f = STAILQ_FIRST(fq_codel_flowlist); in fq_codel_dequeue()
395 if (STAILQ_EMPTY(fq_codel_flowlist)) in fq_codel_dequeue()
407 if (fq_codel_flowlist == &si->newflows) { in fq_codel_dequeue()
408 STAILQ_REMOVE_HEAD(fq_codel_flowlist, flowchain); in fq_codel_dequeue()
[all …]