Searched refs:to_tsval (Results 1 – 8 of 8) sorted by relevance
721 to.to_tsval = tcp_ts_getticks() + tp->ts_offset; in tcp_output()1583 to->to_tsval = htonl(to->to_tsval); in tcp_addoptions()1585 bcopy((u_char *)&to->to_tsval, optp, sizeof(to->to_tsval)); in tcp_addoptions()1586 optp += sizeof(to->to_tsval); in tcp_addoptions()
395 TSTMP_LT(to.to_tsval, tp->ts_recent)) { in tcp_twcheck()562 to.to_tsval = tcp_ts_getticks() + tw->ts_offset; in tcp_twrespond()
1595 tp->ts_recent = to.to_tsval; in tcp_do_segment()1630 TSTMP_GEQ(to.to_tsval, tp->ts_recent)) ) { in tcp_do_segment()1641 tp->ts_recent = to.to_tsval; in tcp_do_segment()2147 TSTMP_LT(to.to_tsval, tp->ts_recent)) { in tcp_do_segment()2306 tp->ts_recent = to.to_tsval; in tcp_do_segment()3230 (char *)&to->to_tsval, sizeof(to->to_tsval)); in tcp_dooptions()3231 to->to_tsval = ntohl(to->to_tsval); in tcp_dooptions()
1149 sc->sc_tsreflect = to->to_tsval; in _syncache_add()1241 sc->sc_tsreflect = to->to_tsval; in _syncache_add()1457 to.to_tsval = sc->sc_ts; in syncache_respond()1773 sc->sc_tsreflect = to->to_tsval; in syncookie_lookup()
305 u_int32_t to_tsval; /* new timestamp */ member
321 TSTMP_LT(to->to_tsval, txsi->rx_ts)) { in ertt_packet_measurement_hook()478 txsi->tx_ts = ntohl(to->to_tsval) - in ertt_add_tx_segment_info_hook()
983 synqe->ts = to.to_tsval; in t3_syncache_respond()
695 synqe->ts = to.to_tsval; in t4_syncache_respond()