Searched refs:DN_IS_ECN (Results 1 – 3 of 3) sorted by relevance
115 DN_IS_ECN = 0x0080, enumerator
499 if (fs->flags & DN_IS_ECN) in print_flowset_parms()1628 fs->flags |= DN_IS_ECN; in ipfw_config_pipe()1768 if ((fs->flags & DN_IS_ECN) && !((fs->flags & DN_IS_RED)|| in ipfw_config_pipe()1773 if ((fs->flags & DN_IS_ECN) && !(fs->flags & DN_IS_RED)) in ipfw_config_pipe()1782 if (!(fs->flags & DN_IS_ECN) && (fs->min_th >= fs->max_th)) in ipfw_config_pipe()1785 else if ((fs->flags & DN_IS_ECN) && (fs->min_th > fs->max_th)) in ipfw_config_pipe()
381 if (fs->fs.flags & DN_IS_ECN) in red_drops()398 if (fs->fs.flags & DN_IS_ECN) in red_drops()526 if (!(f->flags & DN_IS_ECN) || !ecn_mark(m)) in dn_enqueue()