Searched refs:l4s_ce_threshold (Results 1 – 1 of 1) sorted by relevance
86 static uint64_t l4s_ce_threshold = 0; variable94 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()