Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/netinet/
HDip_dummynet.h115 DN_IS_AQM = 0x0100, /* AQMs: e.g Codel & PIE */ enumerator
/freebsd-14-stable/sbin/ipfw/
HDdummynet.c502 } else if (fs->flags & DN_IS_AQM) { in print_flowset_parms()
1571 fs->flags |= DN_IS_AQM; in ipfw_config_pipe()
1768 (fs->flags & DN_IS_AQM))) in ipfw_config_pipe()
/freebsd-14-stable/sys/netpfil/ipfw/
HDip_dummynet.c1503 fs->fs.flags &= ~DN_IS_AQM; in config_aqm()
1507 fs->fs.flags |= DN_IS_AQM; in config_aqm()
1519 fs->fs.flags &= ~DN_IS_AQM; in config_aqm()