Home
last modified time | relevance | path

Searched refs:TC_RED_ECN (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dpkt_sched.h288 #define TC_RED_ECN 1 macro
294 #define TC_RED_HISTORIC_FLAGS (TC_RED_ECN | TC_RED_HARDDROP | TC_RED_ADAPTATIVE)
/openbmc/linux/net/sched/
H A Dsch_sfq.c331 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()
H A Dsch_gred.c28 #define GRED_VQ_RED_FLAGS (TC_RED_ECN | TC_RED_HARDDROP)
144 return q->red_flags & TC_RED_ECN; in gred_use_ecn()
H A Dsch_choke.c83 return q->flags & TC_RED_ECN; in use_ecn()
H A Dsch_red.c57 return q->flags & TC_RED_ECN; in red_use_ecn()
/openbmc/linux/include/net/
H A Dred.h221 if ((flags & TC_RED_NODROP) && !(flags & TC_RED_ECN)) { in red_validate_flags()
/openbmc/linux/tools/include/uapi/linux/
H A Dpkt_sched.h271 #define TC_RED_ECN 1 macro