Home
last modified time | relevance | path

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

/linux/include/net/
H A Dred.h221 if ((flags & TC_RED_NODROP) && !(flags & TC_RED_ECN)) { in red_validate_flags()
/linux/net/sched/
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()
/linux/tools/include/uapi/linux/
H A Dpkt_sched.h271 #define TC_RED_ECN 1 macro