Searched refs:get_base_rtt (Results 1 – 10 of 10) sorted by relevance
115 uint32_t reordering_window = (tp->rack.reo_wnd_multi * get_base_rtt(tp)) >> 2; in tcp_rack_reordering_window()177 || rtt < get_base_rtt(tp)) { in tcp_rack_update_segment_acked()
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()
243 TCP_LOG_COMMON_PCB_ARGS, get_base_rtt(tp), in tcp_log_rtt_info()427 get_base_rtt(tp), \ in tcp_log_connection()646 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()
1956 extern uint32_t get_base_rtt(struct tcpcb *tp);
3824 base_rtt = get_base_rtt(tp); in tcp_recv_throttle()
1363 ifs->rttmin = get_base_rtt(tp); in tcp_create_ifnet_stats_per_flow()
6395 get_base_rtt(struct tcpcb *tp) in get_base_rtt() function