Searched refs:ts_recent (Results 1 – 9 of 9) sorted by relevance
224 tp->ts_recent = to->to_tsval; in tcp_do_fastack()370 tp->ts_recent = to->to_tsval; in tcp_do_fastnewdata()790 if ((to->to_flags & TOF_TS) != 0 && tp->ts_recent && in tcp_do_slowpath()791 TSTMP_LT(to->to_tsval, tp->ts_recent)) { in tcp_do_slowpath()806 tp->ts_recent = 0; in tcp_do_slowpath()949 tp->ts_recent = to->to_tsval; in tcp_do_slowpath()1898 tp->ts_recent = to.to_tsval; in tcp_do_segment_fastslow()1952 TSTMP_GEQ(to.to_tsval, tp->ts_recent)))) { in tcp_do_segment_fastslow()2028 if((to->to_flags & TOF_TS) && __predict_false(TSTMP_LT(to->to_tsval, tp->ts_recent))) { in tcp_fastack()2072 tp->ts_recent = to->to_tsval; in tcp_fastack()[all …]
299 tw->t_recent = tp->ts_recent; in tcp_twstart()404 if ((to.to_flags & TOF_TS) != 0 && tp->ts_recent && in tcp_twcheck()405 TSTMP_LT(to.to_tsval, tp->ts_recent)) { in tcp_twcheck()
1636 tp->ts_recent = to.to_tsval; in tcp_do_segment()1671 TSTMP_GEQ(to.to_tsval, tp->ts_recent)) ) { in tcp_do_segment()1682 tp->ts_recent = to.to_tsval; in tcp_do_segment()2203 if ((to.to_flags & TOF_TS) != 0 && tp->ts_recent && in tcp_do_segment()2204 TSTMP_LT(to.to_tsval, tp->ts_recent)) { in tcp_do_segment()2219 tp->ts_recent = 0; in tcp_do_segment()2362 tp->ts_recent = to.to_tsval; in tcp_do_segment()
211 u_int32_t ts_recent; /* timestamp echo data */ member
798 to.to_tsecr = tp->ts_recent; in tcp_output()
864 tp->ts_recent = sc->sc_tsreflect; in syncache_socket()
2241 tp->ts_recent, tp->ts_recent_age); in db_print_tcpcb()
1544 tp->ts_recent = 0; /* XXX */ in assign_rxopt()
231 tp->ts_recent = 0; /* hmmm */ in assign_rxopt()