Searched refs:TC_RED_ECN (Results 1 – 4 of 4) sorted by relevance
221 if ((flags & TC_RED_NODROP) && !(flags & TC_RED_ECN)) { in red_validate_flags()
28 #define GRED_VQ_RED_FLAGS (TC_RED_ECN | TC_RED_HARDDROP)144 return q->red_flags & TC_RED_ECN; in gred_use_ecn()
83 return q->flags & TC_RED_ECN; in use_ecn()
271 #define TC_RED_ECN 1 macro