Searched refs:ts_recent (Results 1 – 5 of 5) sorted by relevance
538 uint32_t ts_recent; /* timestamp echo data */ member1201 u_int32_t ts_recent; /* timestamp echo data */ member1595 u_int32_t ts_recent; /* timestamp echo data */ member1678 u_int32_t ts_recent; /* timestamp echo data */ member
281 xt->ts_recent = tp->ts_recent; in tcpcb_to_xtcpcb_n()
3664 TSTMP_GEQ(to.to_tsval, tp->ts_recent)) && in tcp_input()3735 TSTMP_GEQ(to.to_tsval, tp->ts_recent)) && in tcp_input()3748 tp->ts_recent = to.to_tsval; in tcp_input()4545 if ((to.to_flags & TOF_TS) != 0 && tp->ts_recent && in tcp_input()4546 TSTMP_LT(to.to_tsval, tp->ts_recent)) { in tcp_input()4560 tp->ts_recent = 0; in tcp_input()4607 bool newer_time = TSTMP_GT(to.to_tsval, tp->ts_recent) || in tcp_input()4608 (to.to_tsval == tp->ts_recent && higher_seq); in tcp_input()4803 tp->ts_recent = to.to_tsval; in tcp_input()6530 tp->ts_recent = to->to_tsval; in tcp_finalize_options()
2196 otp->ts_recent = tp->ts_recent; in tcpcb_to_otcpcb()2380 otp->ts_recent = tp->ts_recent; in tcpcb_to_xtcpcb64()
2175 *lp = htonl(tp->ts_recent); in tcp_output()