Searched refs:ts_recent (Results 1 – 5 of 5) sorted by relevance
392 u_int32_t ts_recent; /* timestamp echo data */ member951 u_int32_t ts_recent; /* timestamp echo data */ member1348 u_int32_t ts_recent; /* timestamp echo data */ member1431 u_int32_t ts_recent; /* timestamp echo data */ member
262 xt->ts_recent = tp->ts_recent; in tcpcb_to_xtcpcb_n()
2872 TSTMP_GEQ(to.to_tsval, tp->ts_recent)) && in tcp_input()2943 TSTMP_GEQ(to.to_tsval, tp->ts_recent)) && in tcp_input()2956 tp->ts_recent = to.to_tsval; in tcp_input()3808 if ((to.to_flags & TOF_TS) != 0 && tp->ts_recent && in tcp_input()3809 TSTMP_LT(to.to_tsval, tp->ts_recent)) { in tcp_input()3823 tp->ts_recent = 0; in tcp_input()4074 tp->ts_recent = to.to_tsval; in tcp_input()5618 tp->ts_recent = to->to_tsval; in tcp_finalize_options()
1891 otp->ts_recent = tp->ts_recent; in tcpcb_to_otcpcb()2075 otp->ts_recent = tp->ts_recent; in tcpcb_to_xtcpcb64()
1658 *lp = htonl(tp->ts_recent); in tcp_output()