Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dip_dummynet.h112 DN_IS_GENTLE_RED= 0x0040, enumerator
/freebsd/sys/netpfil/ipfw/
H A Dip_dn_glue.c342 dst |= DN_IS_GENTLE_RED; in convertflags2new()
358 if (src & DN_IS_GENTLE_RED) in convertflags2old()
429 if (fs->flags & DN_IS_GENTLE_RED || fs->flags & DN_IS_RED) { in dn_compat_config_queue()
H A Dip_dummynet.c1242 if (fs->fs.flags & DN_IS_GENTLE_RED) { in config_red()
1254 fs->fs.flags &= ~DN_IS_GENTLE_RED; in config_red()
1263 fs->fs.flags &= ~DN_IS_GENTLE_RED; in config_red()
H A Dip_dn_io.c365 if (fs->fs.flags & DN_IS_GENTLE_RED) { in red_drops()
/freebsd/sbin/ipfw/
H A Ddummynet.c501 (fs->flags & DN_IS_GENTLE_RED) ? 'G' : ' ', in print_flowset_parms()
1592 fs->flags &= ~(DN_IS_RED|DN_IS_GENTLE_RED); in ipfw_config_pipe()
1619 fs->flags |= DN_IS_GENTLE_RED; in ipfw_config_pipe()
1654 fs->flags &= ~(DN_IS_RED|DN_IS_GENTLE_RED); in ipfw_config_pipe()