Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/tcp_stacks/
H A Dtcp_bbr.h744 uint32_t rc_pacer_started; /* Time we started the pacer */ member
H A Dbbr.c774 if (TSTMP_GT(cts, bbr->rc_pacer_started)) { in bbr_start_hpts_timer()
776 delay_calc = cts - bbr->rc_pacer_started; in bbr_start_hpts_timer()
914 bbr->rc_pacer_started = cts; in bbr_start_hpts_timer()
936 bbr->rc_pacer_started = cts; in bbr_start_hpts_timer()
5284 bbr->rc_pacer_started = cts; in bbr_timer_cancel()
10106 bbr->rc_pacer_started = cts; in bbr_init()
11702 del = lcts - bbr->rc_pacer_started; in bbr_do_segment_nounlock()
11706 bbr->rc_pacer_started = lcts; in bbr_do_segment_nounlock()
12087 if (SEQ_GT(cts, bbr->rc_pacer_started)) in bbr_output_wtime()
12129 if (SEQ_GT(cts, bbr->rc_pacer_started)) in bbr_output_wtime()
[all …]