Searched refs:target_qdelay (Results 1 – 9 of 9) sorted by relevance
| /xnu-12377.41.6/bsd/netinet/ |
| H A D | tcp_ledbat.c | 97 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 D | tcp_rledbat.c | 109 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 D | tcp_sysctls.h | 44 extern int target_qdelay;
|
| H A D | tcp_sysctls.c | 67 int, target_qdelay, 40, "Target queuing delay");
|
| H A D | tcp_var.h | 1763 extern int target_qdelay;
|
| H A D | tcp_output.c | 3935 if (tp->t_rttcur > (base_rtt + target_qdelay)) { in tcp_recv_throttle()
|
| H A D | tcp_input.c | 6651 if (tp->t_rttcur <= (base_rtt + target_qdelay)) { in update_base_rtt()
|
| /xnu-12377.41.6/bsd/net/classq/ |
| H A D | classq_sfb.h | 77 u_int64_t target_qdelay; member
|
| /xnu-12377.41.6/bsd/net/pktsched/ |
| H A D | pktsched_fq_codel.c | 97 SYSCTL_QUAD(_net_classq_fq_codel, OID_AUTO, target_qdelay, CTLFLAG_RW | CTLFLAG_LOCKED,
|