Searched refs:bbr_start_hpts_timer (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/netinet/tcp_stacks/ |
H A D | bbr.c | 727 bbr_start_hpts_timer(struct tcp_bbr *bbr, struct tcpcb *tp, uint32_t cts, int32_t frm, int32_t slot… in bbr_start_hpts_timer() function 1044 bbr_start_hpts_timer(bbr, tp, cts, 1, bbr->r_ctl.rc_last_delay_val, in bbr_timer_audit() 4787 bbr_start_hpts_timer(bbr, tp, cts, 3, 0, 0); in bbr_timeout_persist() 4839 bbr_start_hpts_timer(bbr, tp, cts, 4, 0, 0); in bbr_timeout_keepalive() 10152 bbr_start_hpts_timer(bbr, tp, cts, 5, 0, 0); in bbr_init() 11552 bbr_start_hpts_timer(bbr, tp, cts, 6, 0, 0); in bbr_do_segment_nounlock() 11594 bbr_start_hpts_timer(bbr, tp, cts, 8, bbr->r_ctl.rc_last_delay_val, in bbr_do_segment_nounlock() 12754 bbr_start_hpts_timer(bbr, tp, cts, 9, slot, tot_len); in bbr_output_wtime() 13826 bbr_start_hpts_timer(bbr, tp, cts, 10, slot, in bbr_output_wtime() 13846 bbr_start_hpts_timer(bbr, tp, cts, 11, slot, 0); in bbr_output_wtime() [all …]
|