Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/netinet/
Dip_dummynet.h112 DN_IS_GENTLE_RED= 0x0040, enumerator
/freebsd-10-stable/sys/netpfil/ipfw/
Dip_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()
Dip_dn_io.c346 if (fs->fs.flags & DN_IS_GENTLE_RED) { in red_drops()
Dip_dummynet.c1217 if (fs->fs.flags & DN_IS_GENTLE_RED) { in config_red()
1231 fs->fs.flags &= ~DN_IS_GENTLE_RED; in config_red()
1240 fs->fs.flags &= ~DN_IS_GENTLE_RED; in config_red()
/freebsd-10-stable/sbin/ipfw/
Ddummynet.c498 (fs->flags & DN_IS_GENTLE_RED) ? 'G' : ' ', in print_flowset_parms()
1560 fs->flags &= ~(DN_IS_RED|DN_IS_GENTLE_RED); in ipfw_config_pipe()
1587 fs->flags |= DN_IS_GENTLE_RED; in ipfw_config_pipe()
1622 fs->flags &= ~(DN_IS_RED|DN_IS_GENTLE_RED); in ipfw_config_pipe()