Searched refs:ts_recent (Results 1 – 11 of 11) sorted by relevance
150 __le32 ts_recent /* The timestamp value to send in the next ACK */; member303 __le32 ts_recent /* The timestamp value to send in the next ACK */; member
136 u32 ts_recent; member
302 tw->t_recent = tp->ts_recent; in tcp_twstart()440 if ((to.to_flags & TOF_TS) != 0 && tp->ts_recent && in tcp_twcheck()441 TSTMP_LT(to.to_tsval, tp->ts_recent)) { in tcp_twcheck()
1669 tp->ts_recent = to.to_tsval; in tcp_do_segment()1723 TSTMP_GEQ(to.to_tsval, tp->ts_recent)) ) { in tcp_do_segment()1734 tp->ts_recent = to.to_tsval; in tcp_do_segment()2210 if ((to.to_flags & TOF_TS) != 0 && tp->ts_recent && in tcp_do_segment()2211 TSTMP_LT(to.to_tsval, tp->ts_recent)) { in tcp_do_segment()2226 tp->ts_recent = 0; in tcp_do_segment()2369 tp->ts_recent = to.to_tsval; in tcp_do_segment()
177 u_int32_t ts_recent; /* timestamp echo data */ member
791 to.to_tsecr = tp->ts_recent; in tcp_output()
2153 tp->ts_recent, tp->ts_recent_age); in db_print_tcpcb()
887 tp->ts_recent = sc->sc_tsreflect; in syncache_socket()
725 to.to_tsecr = tp->ts_recent; in tcp_respond()
1542 tp->ts_recent = 0; /* XXX */ in assign_rxopt()
265 tp->ts_recent = 0; /* hmmm */ in assign_rxopt()