Searched refs:bbr_start_hpts_timer (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/netinet/tcp_stacks/ |
H A D | bbr.c | 729 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 1046 bbr_start_hpts_timer(bbr, tp, cts, 1, bbr->r_ctl.rc_last_delay_val, in bbr_timer_audit() 4789 bbr_start_hpts_timer(bbr, tp, cts, 3, 0, 0); in bbr_timeout_persist() 4841 bbr_start_hpts_timer(bbr, tp, cts, 4, 0, 0); in bbr_timeout_keepalive() 10154 bbr_start_hpts_timer(bbr, tp, cts, 5, 0, 0); in bbr_init() 11554 bbr_start_hpts_timer(bbr, tp, cts, 6, 0, 0); in bbr_do_segment_nounlock() 11596 bbr_start_hpts_timer(bbr, tp, cts, 8, bbr->r_ctl.rc_last_delay_val, in bbr_do_segment_nounlock() 12756 bbr_start_hpts_timer(bbr, tp, cts, 9, slot, tot_len); in bbr_output_wtime() 13832 bbr_start_hpts_timer(bbr, tp, cts, 10, slot, in bbr_output_wtime() 13852 bbr_start_hpts_timer(bbr, tp, cts, 11, slot, 0); in bbr_output_wtime() [all …]
|