Searched refs:DN_IS_ECN (Results 1 – 3 of 3) sorted by relevance
115 DN_IS_ECN = 0x0080, enumerator
500 if (fs->flags & DN_IS_ECN) in print_flowset_parms()1629 fs->flags |= DN_IS_ECN; in ipfw_config_pipe()1769 if ((fs->flags & DN_IS_ECN) && !((fs->flags & DN_IS_RED)|| in ipfw_config_pipe()1774 if ((fs->flags & DN_IS_ECN) && !(fs->flags & DN_IS_RED)) in ipfw_config_pipe()1783 if (!(fs->flags & DN_IS_ECN) && (fs->min_th >= fs->max_th)) in ipfw_config_pipe()1786 else if ((fs->flags & DN_IS_ECN) && (fs->min_th > fs->max_th)) in ipfw_config_pipe()
360 if (fs->fs.flags & DN_IS_ECN) in red_drops()377 if (fs->fs.flags & DN_IS_ECN) in red_drops()505 if (!(f->flags & DN_IS_ECN) || !ecn_mark(m)) in dn_enqueue()