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 | 1595 if ((to.to_flags & TOF_TS) && (to.to_tsecr != 0)) { in tcp_do_segment() 1596 to.to_tsecr -= tp->ts_offset; in tcp_do_segment() 1597 if (TSTMP_GT(to.to_tsecr, tcp_ts_getticks())) { in tcp_do_segment() 1598 to.to_tsecr = 0; in tcp_do_segment() 1757 to.to_tsecr != 0 && in tcp_do_segment() 1758 TSTMP_LT(to.to_tsecr, tp->t_badrxtwin)) || in tcp_do_segment() 1772 to.to_tsecr) { in tcp_do_segment() 1775 t = tcp_ts_getticks() - to.to_tsecr; in tcp_do_segment() 2885 to.to_tsecr != 0 && in tcp_do_segment() 2886 TSTMP_LT(to.to_tsecr, tp->t_badrxtwin)) in tcp_do_segment() [all …]
|
| H A D | tcp_output.c | 846 to.to_tsecr = tp->ts_recent; in tcp_default_output() 1852 to->to_tsecr = htonl(to->to_tsecr); in tcp_addoptions() 1855 bcopy((u_char *)&to->to_tsecr, optp, sizeof(to->to_tsecr)); in tcp_addoptions() 1856 optp += sizeof(to->to_tsecr); in tcp_addoptions()
|
| H A D | tcp_var.h | 893 u_int32_t to_tsecr; /* reflected timestamp */ member
|
| H A D | tcp_syncache.c | 1991 to.to_tsecr = sc->sc_tsreflect; in syncache_respond()
|
| H A D | tcp_subr.c | 1951 to.to_tsecr = tp->ts_recent; in tcp_respond()
|
| /freebsd/sys/netinet/tcp_stacks/ |
| H A D | bbr.c | 6778 bbr_update_bbr_info(bbr, rsm, t, cts, to->to_tsecr, 0, in bbr_update_rtt() 6787 (to->to_tsecr != 0)) { in bbr_update_rtt() 6788 t = tcp_tv_to_msec(&bbr->rc_tv) - to->to_tsecr; in bbr_update_rtt() 6792 bbr_update_bbr_info(bbr, rsm, t, cts, to->to_tsecr, 0, in bbr_update_rtt() 6798 uts = bbr_ts_convert(to->to_tsecr); in bbr_update_rtt() 6800 (to->to_tsecr != 0) && in bbr_update_rtt() 6818 bbr_update_bbr_info(bbr, rsm, t, cts, to->to_tsecr, uts, BBR_RTT_BY_TSMATCHING, in bbr_update_rtt() 6868 bbr_update_bbr_info(bbr, rsm, t, cts, to->to_tsecr, uts, BBR_RTT_BY_EARLIER_RET, in bbr_update_rtt() 6877 bbr_update_bbr_info(bbr, rsm, 0, cts, to->to_tsecr, uts, in bbr_update_rtt() 6888 bbr_update_bbr_info(bbr, rsm, t, cts, to->to_tsecr, uts, in bbr_update_rtt() [all …]
|
| H A D | rack.c | 8840 (to->to_tsecr) && in rack_update_rtt() 8847 if (rack_ts_to_msec(rsm->r_tim_lastsent[i]) == to->to_tsecr) { in rack_update_rtt() 8903 rack_log_rtt_sendmap(rack, i, rsm->r_tim_lastsent[i], to->to_tsecr); in rack_update_rtt() 10332 (to->to_tsecr != 0) && in rack_process_to_cumack() 10340 if (to->to_tsecr == rack_ts_to_msec(rsm->r_tim_lastsent[0])) { in rack_process_to_cumack() 12894 if ((to->to_flags & TOF_TS) != 0 && to->to_tsecr) { in rack_do_syn_sent() 12898 t = (mcts - to->to_tsecr) * HPTS_USEC_IN_MSEC; in rack_do_syn_sent() 12901 rack_log_rtt_sample_calc(rack, t, (to->to_tsecr * 1000), (mcts * 1000), 4); in rack_do_syn_sent() 13109 if ((to->to_flags & TOF_TS) != 0 && to->to_tsecr) { in rack_do_syn_recv() 13113 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 | 1609 to->to_tsecr = synqe->ts; in synqe_to_protohdrs()
|