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.c765 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()
5274 bbr->rc_pacer_started = cts; in bbr_timer_cancel()
9970 bbr->rc_pacer_started = cts; in bbr_init()
11567 del = lcts - bbr->rc_pacer_started; in bbr_do_segment_nounlock()
11571 bbr->rc_pacer_started = lcts; in bbr_do_segment_nounlock()
11925 if (SEQ_GT(cts, bbr->rc_pacer_started)) in bbr_output_wtime()
11967 if (SEQ_GT(cts, bbr->rc_pacer_started)) in bbr_output_wtime()
11994 merged_val = bbr->rc_pacer_started; in bbr_output_wtime()
[all …]