Searched refs:t_recent (Results 1 – 3 of 3) sorted by relevance
313 tw->t_recent = tp->ts_recent; in tcp_twstart()316 tw->t_recent = 0; in tcp_twstart()457 if (((to->to_flags & TOF_TS) == 0) && (tw->t_recent != 0) && in tcp_twcheck()603 if (tw->t_recent && flags == TH_ACK) { in tcp_twrespond()606 to.to_tsecr = tw->t_recent; in tcp_twrespond()
512 u_int32_t t_recent; member