Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/net/classq/
H A Dclassq_fq_codel.c86 static uint64_t l4s_ce_threshold = 0; variable
94 SYSCTL_QUAD(_net_classq, OID_AUTO, l4s_ce_threshold,
95 CTLFLAG_RW | CTLFLAG_LOCKED, &l4s_ce_threshold,
668 if ((l4s_ce_threshold != 0 && qdelay > l4s_ce_threshold) || in fq_getq_flow()
669 (l4s_ce_threshold == 0 && qdelay > FQ_TARGET_DELAY(fq))) { in fq_getq_flow()