Searched refs:DN_IS_ECN (Results 1 – 3 of 3) sorted by relevance
113 DN_IS_ECN = 0x0080, enumerator
506 if (fs->flags & DN_IS_ECN) in print_flowset_parms()1649 fs->flags |= DN_IS_ECN; in ipfw_config_pipe()1789 if ((fs->flags & DN_IS_ECN) && !((fs->flags & DN_IS_RED)|| in ipfw_config_pipe()1794 if ((fs->flags & DN_IS_ECN) && !(fs->flags & DN_IS_RED)) in ipfw_config_pipe()1803 if (!(fs->flags & DN_IS_ECN) && (fs->min_th >= fs->max_th)) in ipfw_config_pipe()1806 else if ((fs->flags & DN_IS_ECN) && (fs->min_th > fs->max_th)) in ipfw_config_pipe()
367 if (fs->fs.flags & DN_IS_ECN) in red_drops()384 if (fs->fs.flags & DN_IS_ECN) in red_drops()534 if (!(f->flags & DN_IS_ECN) || !ecn_mark(m)) in dn_enqueue()