Searched refs:delay_calc (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/netinet/tcp_stacks/ |
H A D | bbr.c | 737 int32_t delay_calc = 0; in bbr_start_hpts_timer() local 765 delay_calc = cts - bbr->rc_pacer_started; in bbr_start_hpts_timer() 766 if (delay_calc <= slot) in bbr_start_hpts_timer() 767 slot -= delay_calc; in bbr_start_hpts_timer() 946 bbr_log_type_bbrsnd(bbr, tot_len, slot, delay_calc, cts, frm, prev_delay); in bbr_start_hpts_timer() 5873 struct mbuf *mb, int32_t * abandon, struct bbr_sendmap *hintrsm, uint32_t delay_calc, in bbr_log_output() argument 11838 uint32_t delay_calc=0; in bbr_output_wtime() local 11941 delay_calc = cts - bbr->rc_pacer_started; in bbr_output_wtime() 11942 if (delay_calc >= bbr->r_ctl.rc_last_delay_val) in bbr_output_wtime() 11943 delay_calc -= bbr->r_ctl.rc_last_delay_val; in bbr_output_wtime() [all …]
|