Searched refs:DN_IS_ECN (Results 1 – 3 of 3) sorted by relevance
113 DN_IS_ECN = 0x0080, enumerator
498 if (fs->flags & DN_IS_ECN) in print_flowset_parms()1627 fs->flags |= DN_IS_ECN; in ipfw_config_pipe()1767 if ((fs->flags & DN_IS_ECN) && !((fs->flags & DN_IS_RED)|| in ipfw_config_pipe()1772 if ((fs->flags & DN_IS_ECN) && !(fs->flags & DN_IS_RED)) in ipfw_config_pipe()1781 if (!(fs->flags & DN_IS_ECN) && (fs->min_th >= fs->max_th)) in ipfw_config_pipe()1784 else if ((fs->flags & DN_IS_ECN) && (fs->min_th > fs->max_th)) in ipfw_config_pipe()
363 if (fs->fs.flags & DN_IS_ECN) in red_drops()380 if (fs->fs.flags & DN_IS_ECN) in red_drops()510 if (!(f->flags & DN_IS_ECN) || !ecn_mark(m)) in dn_enqueue()