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.h740 uint32_t rc_pacer_started; /* Time we started the pacer */ member
H A Dbbr.c761 if (TSTMP_GT(cts, bbr->rc_pacer_started)) { in bbr_start_hpts_timer()
763 delay_calc = cts - bbr->rc_pacer_started; in bbr_start_hpts_timer()
901 bbr->rc_pacer_started = cts; in bbr_start_hpts_timer()
921 bbr->rc_pacer_started = cts; in bbr_start_hpts_timer()
2531 log.u_bbr.pkts_out = bbr->rc_pacer_started; in bbr_log_to_cancel()
5247 if (TSTMP_GT(cts, bbr->rc_pacer_started)) in bbr_timer_cancel()
5248 time_since_send = cts - bbr->rc_pacer_started; in bbr_timer_cancel()
5257 bbr->rc_pacer_started = cts; in bbr_timer_cancel()
9982 bbr->rc_pacer_started = cts; in bbr_init()
11572 (TSTMP_GT(lcts, bbr->rc_pacer_started))) { in bbr_do_segment_nounlock()
[all …]