Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dsch_gred.c28 #define GRED_VQ_RED_FLAGS (TC_RED_ECN | TC_RED_HARDDROP) macro
466 table->red_flags & GRED_VQ_RED_FLAGS; in gred_change_table_def()
500 q->red_flags = table->red_flags & GRED_VQ_RED_FLAGS; in gred_change_vq()
600 if (red_flags & ~GRED_VQ_RED_FLAGS) { in gred_vq_validate()