Lines Matching refs:to_tsecr
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()
6898 bbr_update_bbr_info(bbr, rsm, 0, cts, to->to_tsecr, uts, in bbr_update_rtt()
7325 if ((to->to_flags & TOF_TS) && (to->to_tsecr != 0)) { in bbr_log_ack()
7332 ts = bbr_ts_convert(to->to_tsecr); in bbr_log_ack()
8897 if (TSTMP_GEQ(t, to->to_tsecr)) { in bbr_do_syn_sent()
8898 rtt = t - to->to_tsecr; in bbr_do_syn_sent()
9071 if (TSTMP_GEQ(t, to->to_tsecr)) { in bbr_do_syn_recv()
9072 rtt = t - to->to_tsecr; in bbr_do_syn_recv()
11377 if ((to.to_flags & TOF_TS) && (to.to_tsecr != 0)) { in bbr_do_segment_nounlock()
11378 to.to_tsecr -= tp->ts_offset; in bbr_do_segment_nounlock()
11379 if (TSTMP_GT(to.to_tsecr, tcp_tv_to_mssectick(&bbr->rc_tv))) in bbr_do_segment_nounlock()
11380 to.to_tsecr = 0; in bbr_do_segment_nounlock()
12889 to.to_tsecr = tp->ts_recent; in bbr_output_wtime()