Searched refs:t_sndtime (Results 1 – 3 of 3) sorted by relevance
2434 tp->t_sndtime = tcp_now; in tcp_output()2530 tp->t_sndtime = tcp_now; in tcp_output()
347 uint32_t t_sndtime; /* time at which we last sent new data */ member
1234 if (TSTMP_GT(tp->t_sndtime - 10 * TCP_RETRANSHZ, tp->t_rcvtime)) { in tcp_timers()