Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet/
H A Dtcp_ledbat.c97 if (curr_rtt <= (base_rtt + target_qdelay)) { in update_cwnd()
225 return MIN(GAIN_CONSTANT, tcp_ceil(2 * target_qdelay / in ledbat_gain()
269 if (curr_rtt <= base_rtt + target_qdelay) { in ledbat_pp_congestion_avd()
289 update = (uint32_t)(MIN(((double)qdelay / target_qdelay - 1), 0.5) * in ledbat_pp_congestion_avd()
312 const uint32_t ss_target = (uint32_t)(3 * target_qdelay / 4); in ledbat_pp_ack_rcvd()
348 curr_rtt <= (base_rtt + target_qdelay)) || in ledbat_pp_ack_rcvd()
H A Dtcp_rledbat.c109 return MIN(GAIN_CONSTANT, tcp_ceil(2 * target_qdelay / in rledbat_gain()
151 if (curr_rtt <= base_rtt + (uint32_t)target_qdelay) { in rledbat_congestion_avd()
189 update = (uint32_t)(MIN(((double)qdelay / target_qdelay - 1), 0.5) * in rledbat_congestion_avd()
227 const uint32_t ss_target = (uint32_t)(3 * target_qdelay / 4); in tcp_rledbat_data_rcvd()
308 curr_rtt <= (base_rtt + ((uint32_t)target_qdelay << 1))) || in tcp_rledbat_data_rcvd()
H A Dtcp_sysctls.h44 extern int target_qdelay;
H A Dtcp_sysctls.c67 int, target_qdelay, 40, "Target queuing delay");
H A Dtcp_var.h1763 extern int target_qdelay;
H A Dtcp_output.c3935 if (tp->t_rttcur > (base_rtt + target_qdelay)) { in tcp_recv_throttle()
H A Dtcp_input.c6651 if (tp->t_rttcur <= (base_rtt + target_qdelay)) { in update_base_rtt()
/xnu-12377.41.6/bsd/net/classq/
H A Dclassq_sfb.h77 u_int64_t target_qdelay; member
/xnu-12377.41.6/bsd/net/pktsched/
H A Dpktsched_fq_codel.c97 SYSCTL_QUAD(_net_classq_fq_codel, OID_AUTO, target_qdelay, CTLFLAG_RW | CTLFLAG_LOCKED,