Searched refs:to_tsecr (Results 1 – 10 of 10) sorted by relevance
243 to->to_tsecr) { in tcp_do_fastack()246 t = tcp_ts_getticks() - to->to_tsecr; in tcp_do_fastack()1220 if ((to->to_flags & TOF_TS) != 0 && to->to_tsecr) { in tcp_do_slowpath()1223 t = tcp_ts_getticks() - to->to_tsecr; in tcp_do_slowpath()1810 if ((to.to_flags & TOF_TS) && (to.to_tsecr != 0)) { in tcp_do_segment_fastslow()1811 to.to_tsecr -= tp->ts_offset; in tcp_do_segment_fastslow()1812 if (TSTMP_GT(to.to_tsecr, tcp_ts_getticks())) in tcp_do_segment_fastslow()1813 to.to_tsecr = 0; in tcp_do_segment_fastslow()2060 to->to_tsecr) { in tcp_fastack()2063 t = tcp_ts_getticks() - to->to_tsecr; in tcp_fastack()[all …]
277 (to->to_flags & TOF_TS) != 0 && to->to_tsecr) { in ertt_packet_measurement_hook()294 rts = to->to_tsecr; in ertt_packet_measurement_hook()480 txsi->rx_ts = ntohl(to->to_tsecr); in ertt_add_tx_segment_info_hook()
828 to.to_tsecr = tp->ts_recent; in tcp_output()1753 to->to_tsecr = htonl(to->to_tsecr); in tcp_addoptions()1756 bcopy((u_char *)&to->to_tsecr, optp, sizeof(to->to_tsecr)); in tcp_addoptions()1757 optp += sizeof(to->to_tsecr); in tcp_addoptions()
1696 if ((to.to_flags & TOF_TS) && (to.to_tsecr != 0)) { in tcp_do_segment()1697 to.to_tsecr -= tp->ts_offset; in tcp_do_segment()1698 if (TSTMP_GT(to.to_tsecr, tcp_ts_getticks())) in tcp_do_segment()1699 to.to_tsecr = 0; in tcp_do_segment()1831 to.to_tsecr) { in tcp_do_segment()1834 t = tcp_ts_getticks() - to.to_tsecr; in tcp_do_segment()2823 if ((to.to_flags & TOF_TS) != 0 && to.to_tsecr) { in tcp_do_segment()2826 t = tcp_ts_getticks() - to.to_tsecr; in tcp_do_segment()3434 (char *)&to->to_tsecr, sizeof(to->to_tsecr)); in tcp_dooptions()3435 to->to_tsecr = ntohl(to->to_tsecr); in tcp_dooptions()
605 to.to_tsecr = tw->t_recent; in tcp_twrespond()
379 u_int32_t to_tsecr; /* reflected timestamp */ member
1756 to.to_tsecr = sc->sc_tsreflect; in syncache_respond()
1041 to.to_tsecr = tp->ts_recent; in tcp_respond()
720 to.to_tsecr = synqe->ts; in do_pass_establish()
1478 to->to_tsecr = synqe->ts; in synqe_to_protohdrs()