Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/tcp_stacks/
H A Dbbr.c766 if (bbr->r_ctl.rc_last_delay_val && in bbr_start_hpts_timer()
773 slot = bbr->r_ctl.rc_last_delay_val; in bbr_start_hpts_timer()
800 bbr->r_ctl.rc_last_delay_val = slot; in bbr_start_hpts_timer()
7956 bbr->r_ctl.rc_last_delay_val = 0; in bbr_enter_persist()
8030 bbr->r_ctl.rc_last_delay_val = 0; in bbr_exit_persist()
12085 if (bbr->r_ctl.rc_last_delay_val) { in bbr_output_wtime()
12111 bbr->r_ctl.rc_last_delay_val = 0; in bbr_output_wtime()
12114 bbr->r_ctl.rc_last_delay_val = 0; in bbr_output_wtime()
12213 bbr->r_ctl.rc_last_delay_val = 0; in bbr_output_wtime()
12884 bbr->r_ctl.rc_last_delay_val = 0; in bbr_output_wtime()
[all …]
H A Dtcp_bbr.h531 uint32_t rc_last_delay_val; /* How much we expect to delay Lock(a) */ member