Home
last modified time | relevance | path

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

/Linux-v5.4/net/sched/
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()
Dsch_gred.c28 #define GRED_VQ_RED_FLAGS (TC_RED_ECN | TC_RED_HARDDROP)
143 return q->red_flags & TC_RED_ECN; in gred_use_ecn()
Dsch_red.c49 return q->flags & TC_RED_ECN; in red_use_ecn()
Dsch_choke.c84 return q->flags & TC_RED_ECN; in use_ecn()
/Linux-v5.4/tools/include/uapi/linux/
Dpkt_sched.h271 #define TC_RED_ECN 1 macro
/Linux-v5.4/include/uapi/linux/
Dpkt_sched.h272 #define TC_RED_ECN 1 macro