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

/xnu-2782.1.97/bsd/netinet/
H A Dtcp_var.h306 int t_rtttime; /* tcp clock when rtt calculation was started */ member in struct:tcpcb
732 int t_rtttime; /* round trip time */ member in struct:otcpcb
1023 int t_rtttime; /* round trip time */ member in struct:xtcpcb64
1105 int t_rtttime; /* round trip time */ member in struct:xtcpcb_n
H A Din_pcblist.c228 xt->t_rtttime = tp->t_rtttime;
H A Dtcp_subr.c1432 otp->t_rtttime = tp->t_rtttime;
1615 otp->t_rtttime = tp->t_rtttime;
2200 tp->t_rtttime = 0;
H A Dtcp_input.c848 tp->t_rtttime = 0;
1319 tp->t_rtttime = 0;
3689 tp->t_rtttime = 0;
4702 } else if (tp->t_rtttime != 0 && SEQ_GT(th->th_ack, tp->t_rtseq)) {
4703 tcp_xmit_timer(tp, tcp_now - tp->t_rtttime, 0,
4762 * of the way t_rtttime was initiailised to 1 before.
4763 * Since we changed t_rtttime to be based on
4803 tp->t_rtttime = 0;
5184 tp->t_rtttime = 0;
H A Dtcp_sack.c645 tp->t_rtttime = 0;
H A Dtcp_timer.c913 tp->t_rtttime = 0;
1162 tp->t_rtttime = 0;
H A Dtcp_output.c1883 if (tp->t_rtttime == 0) {
1884 tp->t_rtttime = tcp_now;

Completed in 30 milliseconds