Home
last modified time | relevance | path

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

/xnu-8796.101.5/bsd/netinet/
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.c256 TCP_LOG_COMMON_PCB_ARGS, get_base_rtt(tp), in tcp_log_rtt_info()
437 get_base_rtt(tp), \ in tcp_log_connection()
599 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.h1732 extern uint32_t get_base_rtt(struct tcpcb *tp);
H A Dtcp_output.c3523 base_rtt = get_base_rtt(tp); in tcp_recv_throttle()
H A Dtcp_subr.c1302 ifs->rttmin = get_base_rtt(tp); in tcp_create_ifnet_stats_per_flow()
H A Dtcp_input.c5961 get_base_rtt(struct tcpcb *tp) in get_base_rtt() function