Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/netpfil/ipfw/
HDdn_sched.h36 #define DN_MULTIQUEUE 0x01 macro
HDdn_sched_prio.c212 _SI( .flags = ) DN_MULTIQUEUE,
HDdn_sched_rr.c301 _SI( .flags = ) DN_MULTIQUEUE,
HDip_dummynet.c520 if (!(s->fp->flags & DN_MULTIQUEUE)) in si_new()
564 if (!(s->fp->flags & DN_MULTIQUEUE)) { in si_destroy()
668 if (!(si->sched->fp->flags & DN_MULTIQUEUE)) { in si_cleanup_q()
694 if (fs->sched && !(fs->sched->fp->flags & DN_MULTIQUEUE)) { in aqm_cleanup_deconfig_fs()
707 if (fs->sched && fs->sched->fp->flags & DN_MULTIQUEUE && fs->qht) { in aqm_cleanup_deconfig_fs()
1845 if (!(s->fp->flags & DN_MULTIQUEUE) && !s->fs) { in config_sched()
2359 if (si->sched->fp->flags & DN_MULTIQUEUE) { in drain_scheduler_cb()
HDdn_sched_wf2q.c355 _SI( .flags = ) DN_MULTIQUEUE,
HDdn_sched_qfq.c829 _SI( .flags = ) DN_MULTIQUEUE,
HDip_dn_io.c898 if (fs->sched->fp->flags & DN_MULTIQUEUE) { in dummynet_io()