Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netinet/
Dip_dummynet.h117 DN_IS_AQM = 0x0100, /* AQMs: e.g Codel & PIE */ enumerator
/freebsd-12-stable/sbin/ipfw/
Ddummynet.c504 } else if (fs->flags & DN_IS_AQM) { in print_flowset_parms()
1573 fs->flags |= DN_IS_AQM; in ipfw_config_pipe()
1770 (fs->flags & DN_IS_AQM))) in ipfw_config_pipe()
/freebsd-12-stable/sys/netpfil/ipfw/
Dip_dummynet.c1494 fs->fs.flags &= ~DN_IS_AQM; in config_aqm()
1498 fs->fs.flags |= DN_IS_AQM; in config_aqm()
1510 fs->fs.flags &= ~DN_IS_AQM; in config_aqm()