Home
last modified time | relevance | path

Searched refs:TC_RED_HARDDROP (Results 1 – 5 of 5) sorted by relevance

/linux/net/sched/
H A Dsch_gred.c28 #define GRED_VQ_RED_FLAGS (TC_RED_ECN | TC_RED_HARDDROP)
149 return q->red_flags & TC_RED_HARDDROP; in gred_use_harddrop()
H A Dsch_choke.c89 return q->flags & TC_RED_HARDDROP; in use_harddrop()
H A Dsch_red.c62 return q->flags & TC_RED_HARDDROP; in red_use_harddrop()
H A Dsch_sfq.c335 return (q->flags & (TC_RED_ECN | TC_RED_HARDDROP)) == TC_RED_ECN; in sfq_hard_mark()
/linux/tools/include/uapi/linux/
H A Dpkt_sched.h272 #define TC_RED_HARDDROP 2 macro