Searched refs:get_base_rtt (Results 1 – 10 of 10) sorted by relevance
| /xnu-11215.81.4/bsd/netinet/ |
| H A D | tcp_rack.c | 114 uint32_t reordering_window = MIN((tp->rack.reo_wnd_multi * (get_base_rtt(tp) >> 2)), in tcp_rack_reordering_window() 184 || rtt < get_base_rtt(tp)) { in tcp_rack_update_segment_acked() 189 tsecr, xmit_ts, tcp_now, rtt, get_base_rtt(tp), end_seq); in tcp_rack_update_segment_acked()
|
| H A D | tcp_ledbat.c | 85 uint32_t base_rtt = get_base_rtt(tp); in update_cwnd() 307 const uint32_t base_rtt = get_base_rtt(tp); in ledbat_pp_ack_rcvd()
|
| H A D | tcp_ccdbg.c | 136 get_base_rtt(tp); in tcp_ccdbg_trace()
|
| H A D | tcp_log.c | 243 TCP_LOG_COMMON_PCB_ARGS, get_base_rtt(tp), in tcp_log_rtt_info() 427 get_base_rtt(tp), \ in tcp_log_connection() 645 get_base_rtt(tp), \ in tcp_log_connection_summary()
|
| H A D | tcp_rledbat.c | 223 const uint32_t base_rtt = get_base_rtt(tp); in tcp_rledbat_data_rcvd()
|
| H A D | tcp_cubic.c | 295 rtt = get_base_rtt(tp); in tcp_cubic_congestion_avd()
|
| H A D | tcp_var.h | 1892 extern uint32_t get_base_rtt(struct tcpcb *tp);
|
| H A D | tcp_output.c | 3733 base_rtt = get_base_rtt(tp); in tcp_recv_throttle()
|
| H A D | tcp_subr.c | 1353 ifs->rttmin = get_base_rtt(tp); in tcp_create_ifnet_stats_per_flow()
|
| H A D | tcp_input.c | 6328 get_base_rtt(struct tcpcb *tp) in get_base_rtt() function
|