Searched refs:t_recent (Results 1 – 2 of 2) sorted by relevance
312 tw->t_recent = tp->ts_recent; in tcp_twstart()315 tw->t_recent = 0; in tcp_twstart()456 if (((to->to_flags & TOF_TS) == 0) && (tw->t_recent != 0) && in tcp_twcheck()602 if (tw->t_recent && flags == TH_ACK) { in tcp_twrespond()605 to.to_tsecr = tw->t_recent; in tcp_twrespond()
453 u_int32_t t_recent; member