Searched refs:get_base_rtt (Results 1 – 9 of 9) sorted by relevance
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()
136 get_base_rtt(tp); in tcp_ccdbg_trace()
256 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()
223 const uint32_t base_rtt = get_base_rtt(tp); in tcp_rledbat_data_rcvd()
295 rtt = get_base_rtt(tp); in tcp_cubic_congestion_avd()
1732 extern uint32_t get_base_rtt(struct tcpcb *tp);
3523 base_rtt = get_base_rtt(tp); in tcp_recv_throttle()
1302 ifs->rttmin = get_base_rtt(tp); in tcp_create_ifnet_stats_per_flow()
5961 get_base_rtt(struct tcpcb *tp) in get_base_rtt() function