Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/netinet/
H A Dtcp_rack.c114 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 Dtcp_ledbat.c85 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 Dtcp_ccdbg.c136 get_base_rtt(tp); in tcp_ccdbg_trace()
H A Dtcp_log.c243 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 Dtcp_rledbat.c223 const uint32_t base_rtt = get_base_rtt(tp); in tcp_rledbat_data_rcvd()
H A Dtcp_cubic.c295 rtt = get_base_rtt(tp); in tcp_cubic_congestion_avd()
H A Dtcp_var.h1892 extern uint32_t get_base_rtt(struct tcpcb *tp);
H A Dtcp_output.c3733 base_rtt = get_base_rtt(tp); in tcp_recv_throttle()
H A Dtcp_subr.c1353 ifs->rttmin = get_base_rtt(tp); in tcp_create_ifnet_stats_per_flow()
H A Dtcp_input.c6328 get_base_rtt(struct tcpcb *tp) in get_base_rtt() function