Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/net/classq/
H A Dclassq_fq_codel.c89 static uint64_t l4s_ce_threshold = 0; variable
97 SYSCTL_QUAD(_net_classq, OID_AUTO, l4s_ce_threshold,
98 CTLFLAG_RW | CTLFLAG_LOCKED, &l4s_ce_threshold,
694 if ((l4s_ce_threshold != 0 && qdelay > l4s_ce_threshold) || in fq_getq_flow()
695 (l4s_ce_threshold == 0 && qdelay > FQ_TARGET_DELAY(fq))) { in fq_getq_flow()