Searched refs:base_rtt (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_ledbat.c141 uint32_t qdelay, base_rtt; local
144 base_rtt = get_base_rtt(tp);
149 if (base_rtt == 0 || tp->t_rttcur == 0) {
154 qdelay = tp->t_rttcur - base_rtt;
H A Dtcp_input.c4154 uint32_t base_rtt = 0, i; local
4157 (base_rtt == 0 || tp->rtt_hist[i] < base_rtt))
4158 base_rtt = tp->rtt_hist[i];
4160 return base_rtt;

Completed in 29 milliseconds