Home
last modified time | relevance | path

Searched refs:TC_RED_ECN (Results 1 – 3 of 3) 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_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