Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/netinet/
HDip_dummynet.h115 DN_IS_AQM = 0x0100, /* AQMs: e.g Codel & PIE */ enumerator
/freebsd-11-stable/sbin/ipfw/
HDdummynet.c503 } else if (fs->flags & DN_IS_AQM) { in print_flowset_parms()
1572 fs->flags |= DN_IS_AQM; in ipfw_config_pipe()
1769 (fs->flags & DN_IS_AQM))) in ipfw_config_pipe()
/freebsd-11-stable/sys/netpfil/ipfw/
HDip_dummynet.c1479 fs->fs.flags &= ~DN_IS_AQM; in config_aqm()
1483 fs->fs.flags |= DN_IS_AQM; in config_aqm()
1495 fs->fs.flags &= ~DN_IS_AQM; in config_aqm()