Home
last modified time | relevance | path

Searched refs:DN_IS_GENTLE_RED (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/sys/netinet/
HDip_dummynet.h112 DN_IS_GENTLE_RED= 0x0040, enumerator
/freebsd-11-stable/sys/netpfil/ipfw/
HDip_dn_glue.c343 dst |= DN_IS_GENTLE_RED; in convertflags2new()
359 if (src & DN_IS_GENTLE_RED) in convertflags2old()
427 if (fs->flags & DN_IS_GENTLE_RED || fs->flags & DN_IS_RED) { in dn_compat_config_queue()
HDip_dn_io.c376 if (fs->fs.flags & DN_IS_GENTLE_RED) { in red_drops()
HDip_dummynet.c1218 if (fs->fs.flags & DN_IS_GENTLE_RED) { in config_red()
1232 fs->fs.flags &= ~DN_IS_GENTLE_RED; in config_red()
1241 fs->fs.flags &= ~DN_IS_GENTLE_RED; in config_red()
/freebsd-11-stable/sbin/ipfw/
HDdummynet.c494 (fs->flags & DN_IS_GENTLE_RED) ? 'G' : ' ', in print_flowset_parms()
1571 fs->flags &= ~(DN_IS_RED|DN_IS_GENTLE_RED); in ipfw_config_pipe()
1598 fs->flags |= DN_IS_GENTLE_RED; in ipfw_config_pipe()
1633 fs->flags &= ~(DN_IS_RED|DN_IS_GENTLE_RED); in ipfw_config_pipe()