Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/tcp_stacks/
H A Dtcp_bbr.h699 uint32_t bbr_rttprobe_gain_val; member
H A Dbbr.c3645 ((bbr->r_ctl.bbr_rttprobe_gain_val == 0) || bbr->rc_use_google)) { in bbr_ack_received()
3985 (bbr->r_ctl.bbr_rttprobe_gain_val || in bbr_cong_signal()
10170 bbr->r_ctl.bbr_rttprobe_gain_val = bbr_rttprobe_gain; in bbr_init()
10809 if ((bbr->r_ctl.bbr_rttprobe_gain_val == 0) || bbr->rc_use_google){ in bbr_enter_probe_rtt()
10823 bbr->r_ctl.rc_bbr_hptsi_gain = bbr->r_ctl.bbr_rttprobe_gain_val; in bbr_enter_probe_rtt()
11316 if (bbr->r_ctl.bbr_rttprobe_gain_val) in bbr_state_change()
11317 bbr->r_ctl.rc_bbr_hptsi_gain = bbr->r_ctl.bbr_rttprobe_gain_val; in bbr_state_change()
11324 bbr->r_ctl.bbr_rttprobe_gain_val && in bbr_state_change()
11339 red = max((bbr->r_ctl.bbr_rttprobe_gain_val / 10), 1); in bbr_state_change()
14451 bbr->r_ctl.bbr_rttprobe_gain_val = optval; in bbr_set_sockopt()
[all …]