Searched refs:ts_recent (Results 1 – 4 of 4) sorted by relevance
137 to.to_tsecr = tp->ts_recent; in tcp_twrespond()259 tp->ts_recent = 0; in tcp_twstart()344 if ((to.to_flags & TOF_TS) != 0 && tp->ts_recent && in tcp_twcheck()345 TSTMP_LT(to.to_tsval, tp->ts_recent)) { in tcp_twcheck()
914 tp->ts_recent = /*sc->sc_tsreflect*/to.to_tsval; in tcp_input()1158 tp->ts_recent = to.to_tsval; in tcp_do_segment()1218 TSTMP_GEQ(to.to_tsval, tp->ts_recent)) ) { in tcp_do_segment()1229 tp->ts_recent = to.to_tsval; in tcp_do_segment()1778 if ((to.to_flags & TOF_TS) != 0 && tp->ts_recent && in tcp_do_segment()1779 TSTMP_LT(to.to_tsval, tp->ts_recent)) { in tcp_do_segment()1794 tp->ts_recent = 0; in tcp_do_segment()1922 tp->ts_recent = to.to_tsval; in tcp_do_segment()
300 u_int32_t ts_recent; /* timestamp echo data */ member
779 to.to_tsecr = tp->ts_recent; in tcp_output()