Searched refs:to_tsecr (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/netinet/khelp/ |
H A D | h_ertt.c | 276 (to->to_flags & TOF_TS) != 0 && to->to_tsecr) { in ertt_packet_measurement_hook() 293 rts = to->to_tsecr; in ertt_packet_measurement_hook() 480 txsi->rx_ts = ntohl(to->to_tsecr); in ertt_add_tx_segment_info_hook()
|
/freebsd/sys/netinet/ |
H A D | tcp_input.c | 1635 if ((to.to_flags & TOF_TS) && (to.to_tsecr != 0)) { in tcp_do_segment() 1636 to.to_tsecr -= tp->ts_offset; in tcp_do_segment() 1637 if (TSTMP_GT(to.to_tsecr, tcp_ts_getticks())) { in tcp_do_segment() 1638 to.to_tsecr = 0; in tcp_do_segment() 1797 to.to_tsecr != 0 && in tcp_do_segment() 1798 TSTMP_LT(to.to_tsecr, tp->t_badrxtwin)) || in tcp_do_segment() 1812 to.to_tsecr) { in tcp_do_segment() 1815 t = tcp_ts_getticks() - to.to_tsecr; in tcp_do_segment() 2960 to.to_tsecr != 0 && in tcp_do_segment() 2961 TSTMP_LT(to.to_tsecr, tp->t_badrxtwin)) in tcp_do_segment() [all …]
|
H A D | tcp_output.c | 849 to.to_tsecr = tp->ts_recent; in tcp_default_output() 1864 to->to_tsecr = htonl(to->to_tsecr); in tcp_addoptions() 1867 bcopy((u_char *)&to->to_tsecr, optp, sizeof(to->to_tsecr)); in tcp_addoptions() 1868 optp += sizeof(to->to_tsecr); in tcp_addoptions()
|
H A D | tcp_var.h | 877 u_int32_t to_tsecr; /* reflected timestamp */ member
|
H A D | tcp_syncache.c | 1938 to.to_tsecr = sc->sc_tsreflect; in syncache_respond()
|
H A D | tcp_subr.c | 1959 to.to_tsecr = tp->ts_recent; in tcp_respond()
|
/freebsd/sys/netinet/tcp_stacks/ |
H A D | bbr.c | 6785 bbr_update_bbr_info(bbr, rsm, t, cts, to->to_tsecr, 0, in bbr_update_rtt() 6794 (to->to_tsecr != 0)) { in bbr_update_rtt() 6795 t = tcp_tv_to_mssectick(&bbr->rc_tv) - to->to_tsecr; in bbr_update_rtt() 6799 bbr_update_bbr_info(bbr, rsm, t, cts, to->to_tsecr, 0, in bbr_update_rtt() 6805 uts = bbr_ts_convert(to->to_tsecr); in bbr_update_rtt() 6807 (to->to_tsecr != 0) && in bbr_update_rtt() 6825 bbr_update_bbr_info(bbr, rsm, t, cts, to->to_tsecr, uts, BBR_RTT_BY_TSMATCHING, in bbr_update_rtt() 6875 bbr_update_bbr_info(bbr, rsm, t, cts, to->to_tsecr, uts, BBR_RTT_BY_EARLIER_RET, in bbr_update_rtt() 6884 bbr_update_bbr_info(bbr, rsm, 0, cts, to->to_tsecr, uts, in bbr_update_rtt() 6895 bbr_update_bbr_info(bbr, rsm, t, cts, to->to_tsecr, uts, in bbr_update_rtt() [all …]
|
H A D | rack.c | 8972 (to->to_tsecr) && in rack_update_rtt() 8979 if (rack_ts_to_msec(rsm->r_tim_lastsent[i]) == to->to_tsecr) { in rack_update_rtt() 9035 rack_log_rtt_sendmap(rack, i, rsm->r_tim_lastsent[i], to->to_tsecr); in rack_update_rtt() 10425 (to->to_tsecr != 0) && in rack_process_to_cumack() 10433 if (to->to_tsecr == rack_ts_to_msec(rsm->r_tim_lastsent[0])) { in rack_process_to_cumack() 13020 if ((to->to_flags & TOF_TS) != 0 && to->to_tsecr) { in rack_do_syn_sent() 13024 t = (mcts - to->to_tsecr) * HPTS_USEC_IN_MSEC; in rack_do_syn_sent() 13027 rack_log_rtt_sample_calc(rack, t, (to->to_tsecr * 1000), (mcts * 1000), 4); in rack_do_syn_sent() 13235 if ((to->to_flags & TOF_TS) != 0 && to->to_tsecr) { in rack_do_syn_recv() 13239 t = (mcts - to->to_tsecr) * HPTS_USEC_IN_MSEC; in rack_do_syn_recv() [all …]
|
/freebsd/sys/dev/cxgbe/tom/ |
H A D | t4_listen.c | 1603 to->to_tsecr = synqe->ts; in synqe_to_protohdrs()
|