TC_RED_ECN         84 net/sched/sch_choke.c 	return q->flags & TC_RED_ECN;
TC_RED_ECN         28 net/sched/sch_gred.c #define GRED_VQ_RED_FLAGS	(TC_RED_ECN | TC_RED_HARDDROP)
TC_RED_ECN        143 net/sched/sch_gred.c 	return q->red_flags & TC_RED_ECN;
TC_RED_ECN         49 net/sched/sch_red.c 	return q->flags & TC_RED_ECN;
TC_RED_ECN        331 net/sched/sch_sfq.c 	return q->flags & TC_RED_ECN;
TC_RED_ECN        337 net/sched/sch_sfq.c 	return (q->flags & (TC_RED_ECN | TC_RED_HARDDROP)) == TC_RED_ECN;