Home
last modified time | relevance | path

Searched refs:lcts (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/netinet/tcp_stacks/
H A Dbbr.c11398 uint32_t cts, lcts; in bbr_do_segment_nounlock() local
11459 bbr->r_ctl.rc_rcvtime = lcts = cts = tcp_get_usecs(&bbr->rc_tv); in bbr_do_segment_nounlock()
11593 lcts = tcp_get_usecs(&ltv); in bbr_do_segment_nounlock()
11594 if (TSTMP_GT(lcts, cts)) { in bbr_do_segment_nounlock()
11595 bbr->r_ctl.rc_ack_hdwr_delay = lcts - cts; in bbr_do_segment_nounlock()
11699 (TSTMP_GT(lcts, bbr->rc_pacer_started))) { in bbr_do_segment_nounlock()
11702 del = lcts - bbr->rc_pacer_started; in bbr_do_segment_nounlock()
11706 bbr->rc_pacer_started = lcts; in bbr_do_segment_nounlock()
11720 bbr_timer_audit(tp, bbr, lcts, &so->so_snd); in bbr_do_segment_nounlock()