Searched refs:ts_recent (Results 1 – 5 of 5) sorted by relevance
499 u_int32_t ts_recent; /* timestamp echo data */ member1177 u_int32_t ts_recent; /* timestamp echo data */ member1589 u_int32_t ts_recent; /* timestamp echo data */ member1672 u_int32_t ts_recent; /* timestamp echo data */ member
281 xt->ts_recent = tp->ts_recent; in tcpcb_to_xtcpcb_n()
3133 TSTMP_GEQ(to.to_tsval, tp->ts_recent)) && in tcp_input()3204 TSTMP_GEQ(to.to_tsval, tp->ts_recent)) && in tcp_input()3217 tp->ts_recent = to.to_tsval; in tcp_input()4290 if ((to.to_flags & TOF_TS) != 0 && tp->ts_recent && in tcp_input()4291 TSTMP_LT(to.to_tsval, tp->ts_recent)) { in tcp_input()4305 tp->ts_recent = 0; in tcp_input()4559 tp->ts_recent = to.to_tsval; in tcp_input()6334 tp->ts_recent = to->to_tsval; in tcp_finalize_options()
1958 otp->ts_recent = tp->ts_recent; in tcpcb_to_otcpcb()2142 otp->ts_recent = tp->ts_recent; in tcpcb_to_xtcpcb64()
1911 *lp = htonl(tp->ts_recent); in tcp_output()