Home
last modified time | relevance | path

Searched refs:t_sndtime (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.101.4/bsd/netinet/
H A Dtcp_output.c2434 tp->t_sndtime = tcp_now; in tcp_output()
2530 tp->t_sndtime = tcp_now; in tcp_output()
H A Dtcp_var.h347 uint32_t t_sndtime; /* time at which we last sent new data */ member
H A Dtcp_timer.c1234 if (TSTMP_GT(tp->t_sndtime - 10 * TCP_RETRANSHZ, tp->t_rcvtime)) { in tcp_timers()