Searched refs:rc_rttprop (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/netinet/tcp_stacks/ |
| H A D | bbr.c | 4245 f_rtt = get_filter_value_small(&bbr->r_ctl.rc_rttprop); in bbr_get_rtt() 6811 apply_filter_min_small(&bbr->r_ctl.rc_rttprop, rtt, cts); in bbr_update_bbr_info() 9002 apply_filter_min_small(&bbr->r_ctl.rc_rttprop, in bbr_do_syn_sent() 10011 reset_time_small(&bbr->r_ctl.rc_rttprop, in bbr_google_mode_on() 10050 reset_time_small(&bbr->r_ctl.rc_rttprop, in bbr_google_mode_off() 10182 setup_time_filter_small(&bbr->r_ctl.rc_rttprop, in bbr_init() 10188 setup_time_filter_small(&bbr->r_ctl.rc_rttprop, in bbr_init() 10253 apply_filter_min_small(&bbr->r_ctl.rc_rttprop, rtt, cts); in bbr_init() 10880 reset_time_small(&bbr->r_ctl.rc_rttprop, newval); in bbr_check_probe_rtt_limits() 10894 reset_time_small(&bbr->r_ctl.rc_rttprop, in bbr_check_probe_rtt_limits() [all …]
|
| H A D | tcp_bbr.h | 608 struct time_filter_small rc_rttprop; member
|