Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Ddn_sched.h38 #define DN_MULTIQUEUE 0x01 macro
H A Ddn_sched_prio.c213 _SI( .flags = ) DN_MULTIQUEUE,
H A Ddn_sched_rr.c302 _SI( .flags = ) DN_MULTIQUEUE,
H A Dip_dummynet.c522 if (!(s->fp->flags & DN_MULTIQUEUE)) in si_new()
566 if (!(s->fp->flags & DN_MULTIQUEUE)) { in si_destroy()
670 if (!(si->sched->fp->flags & DN_MULTIQUEUE)) { in si_cleanup_q()
696 if (fs->sched && !(fs->sched->fp->flags & DN_MULTIQUEUE)) { in aqm_cleanup_deconfig_fs()
709 if (fs->sched && fs->sched->fp->flags & DN_MULTIQUEUE && fs->qht) { in aqm_cleanup_deconfig_fs()
1847 if (!(s->fp->flags & DN_MULTIQUEUE) && !s->fs) { in config_sched()
2361 if (si->sched->fp->flags & DN_MULTIQUEUE) { in drain_scheduler_cb()
H A Ddn_sched_wf2q.c357 _SI( .flags = ) DN_MULTIQUEUE,
H A Ddn_sched_qfq.c829 _SI( .flags = ) DN_MULTIQUEUE,
H A Dip_dn_io.c911 if (fs->sched->fp->flags & DN_MULTIQUEUE) { in dummynet_io()