Searched refs:ts_recent (Results 1 – 5 of 5) sorted by relevance
400 u_int32_t ts_recent; /* timestamp echo data */ member1006 u_int32_t ts_recent; /* timestamp echo data */ member1408 u_int32_t ts_recent; /* timestamp echo data */ member1491 u_int32_t ts_recent; /* timestamp echo data */ member
279 xt->ts_recent = tp->ts_recent; in tcpcb_to_xtcpcb_n()
2939 TSTMP_GEQ(to.to_tsval, tp->ts_recent)) && in tcp_input()3010 TSTMP_GEQ(to.to_tsval, tp->ts_recent)) && in tcp_input()3023 tp->ts_recent = to.to_tsval; in tcp_input()4091 if ((to.to_flags & TOF_TS) != 0 && tp->ts_recent && in tcp_input()4092 TSTMP_LT(to.to_tsval, tp->ts_recent)) { in tcp_input()4106 tp->ts_recent = 0; in tcp_input()4357 tp->ts_recent = to.to_tsval; in tcp_input()5905 tp->ts_recent = to->to_tsval; in tcp_finalize_options()
1901 otp->ts_recent = tp->ts_recent; in tcpcb_to_otcpcb()2085 otp->ts_recent = tp->ts_recent; in tcpcb_to_xtcpcb64()
1752 *lp = htonl(tp->ts_recent); in tcp_output()