Searched refs:t_rtttime (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_var.h262 int t_rtttime; /* tcp clock when rtt calculation was started */ member in struct:tcpcb
580 int t_rtttime; /* round trip time */ member in struct:otcpcb
818 int t_rtttime; /* round trip time */ member in struct:xtcpcb64
901 int t_rtttime; /* round trip time */ member in struct:xtcpcb_n
H A Din_pcblist.c227 xt->t_rtttime = tp->t_rtttime;
H A Dtcp_sack.c541 tp->t_rtttime = 0;
H A Dtcp_input.c748 tp->t_rtttime = 0;
2299 } else if (tp->t_rtttime &&
2301 tcp_xmit_timer(tp, tcp_now - tp->t_rtttime);
3294 tp->t_rtttime = 0;
3430 } else if (tp->t_rtttime && SEQ_GT(th->th_ack, tp->t_rtseq)) {
3431 tcp_xmit_timer(tp, tcp_now - tp->t_rtttime);
4209 * rtt value. This was required because of the way t_rtttime was
4210 * initiailised to 1 before. Since we changed t_rtttime to be based on
4247 tp->t_rtttime = 0;
4637 tp->t_rtttime
[all...]
H A Dtcp_subr.c1340 otp->t_rtttime = tp->t_rtttime;
1526 otp->t_rtttime = tp->t_rtttime;
2104 tp->t_rtttime = 0;
H A Dtcp_output.c1648 if (tp->t_rtttime == 0) {
1649 tp->t_rtttime = tcp_now;
H A Dtcp_timer.c752 tp->t_rtttime = 0;

Completed in 90 milliseconds