Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/tcp_stacks/
H A Dbbr.c3161 bbr->r_ctl.rc_bbr_state_time = cts; in bbr_lt_bw_sampling()
7976 bbr->r_ctl.rc_bbr_state_time = cts; in bbr_enter_persist()
8058 bbr->r_ctl.rc_bbr_state_time = cts; in bbr_exit_persist()
10109 bbr->r_ctl.rc_bbr_state_time = cts; in bbr_init()
10506 time_in = cts - bbr->r_ctl.rc_bbr_state_time; in bbr_substate_change()
10538 bbr->r_ctl.rc_bbr_state_time = cts; in bbr_substate_change()
10693 ((cts - bbr->r_ctl.rc_bbr_state_time) < in bbr_set_probebw_gains()
10701 ((cts - bbr->r_ctl.rc_bbr_state_time) < in bbr_set_probebw_gains()
10795 bbr->r_ctl.rc_bbr_state_time = cts; in bbr_enter_probe_rtt()
10951 bbr->r_ctl.rc_bbr_state_time = cts; in bbr_exit_probe_rtt()
[all …]
H A Dtcp_bbr.h671 uint32_t rc_bbr_state_time; member