Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Dtcp_output.c3106 tp->t_sndtime = tp->t_latest_tx; in tcp_output()
3156 tp->t_sndtime = tp->t_latest_tx; in tcp_output()
H A Dtcp_var.h493 uint32_t t_sndtime; /* time at which we last sent new data */ member
H A Dtcp_timer.c1225 if (TSTMP_GT(tp->t_sndtime - 10 * TCP_RETRANSHZ, tp->t_rcvtime)) { in tcp_timers()