Home
last modified time | relevance | path

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

/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c752 prev_delay = bbr->r_ctl.rc_last_delay_val; in bbr_start_hpts_timer()
753 if (bbr->r_ctl.rc_last_delay_val && in bbr_start_hpts_timer()
760 slot = bbr->r_ctl.rc_last_delay_val; in bbr_start_hpts_timer()
784 bbr->r_ctl.rc_last_delay_val = slot = 100; in bbr_start_hpts_timer()
787 bbr->r_ctl.rc_last_delay_val = slot; in bbr_start_hpts_timer()
1044 bbr_start_hpts_timer(bbr, tp, cts, 1, bbr->r_ctl.rc_last_delay_val, in bbr_timer_audit()
1926 log.u_bbr.flex6 = bbr->r_ctl.rc_last_delay_val; in bbr_log_type_just_return()
2281 log.u_bbr.flex3 = bbr->r_ctl.rc_last_delay_val; in bbr_log_doseg_done()
2746 log.u_bbr.flex5 = bbr->r_ctl.rc_last_delay_val; in bbr_log_type_bbrsnd()
5248 if (bbr->r_ctl.rc_last_delay_val) { in bbr_timer_cancel()
[all …]
H A Dtcp_bbr.h527 uint32_t rc_last_delay_val; /* How much we expect to delay Lock(a) */ member