Home
last modified time | relevance | path

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

/freebsd/sys/netinet/tcp_stacks/
H A Dtcp_bbr.h742 uint32_t rc_pacer_started; /* Time we started the pacer */ member
H A Dbbr.c763 if (TSTMP_GT(cts, bbr->rc_pacer_started)) { in bbr_start_hpts_timer()
765 delay_calc = cts - bbr->rc_pacer_started; in bbr_start_hpts_timer()
903 bbr->rc_pacer_started = cts; in bbr_start_hpts_timer()
925 bbr->rc_pacer_started = cts; in bbr_start_hpts_timer()
2538 log.u_bbr.pkts_out = bbr->rc_pacer_started; in bbr_log_to_cancel()
5254 if (TSTMP_GT(cts, bbr->rc_pacer_started)) in bbr_timer_cancel()
5255 time_since_send = cts - bbr->rc_pacer_started; in bbr_timer_cancel()
5264 bbr->rc_pacer_started = cts; in bbr_timer_cancel()
9989 bbr->rc_pacer_started = cts; in bbr_init()
11579 (TSTMP_GT(lcts, bbr->rc_pacer_started))) { in bbr_do_segment_nounlock()
[all …]