Home
last modified time | relevance | path

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

/linux/include/net/
H A Dcodel.h159 #define CODEL_DISABLED_THRESHOLD INT_MAX macro
H A Dcodel_impl.h58 params->ce_threshold = CODEL_DISABLED_THRESHOLD; in codel_params_init()
/linux/net/sched/
H A Dsch_codel.c210 if (ce_threshold != CODEL_DISABLED_THRESHOLD && in codel_dump()
H A Dsch_fq_codel.c564 if (ce_threshold != CODEL_DISABLED_THRESHOLD) { in fq_codel_dump()