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