Searched refs:TC_RED_ECN (Results 1 – 7 of 7) sorted by relevance
288 #define TC_RED_ECN 1 macro294 #define TC_RED_HISTORIC_FLAGS (TC_RED_ECN | TC_RED_HARDDROP | TC_RED_ADAPTATIVE)
331 return q->flags & TC_RED_ECN; in sfq_prob_mark()337 return (q->flags & (TC_RED_ECN | TC_RED_HARDDROP)) == TC_RED_ECN; in sfq_hard_mark()
28 #define GRED_VQ_RED_FLAGS (TC_RED_ECN | TC_RED_HARDDROP)144 return q->red_flags & TC_RED_ECN; in gred_use_ecn()
84 return q->flags & TC_RED_ECN; in use_ecn()
57 return q->flags & TC_RED_ECN; in red_use_ecn()
222 if ((flags & TC_RED_NODROP) && !(flags & TC_RED_ECN)) { in red_validate_flags()
271 #define TC_RED_ECN 1 macro