Searched refs:bbr_start_exit (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/netinet/tcp_stacks/ |
H A D | bbr.c | 177 static int32_t bbr_start_exit = 25; variable 1520 &bbr_start_exit, 25, in bbr_init_sysctls() 10856 bbr->r_ctl.rc_lost_at_startup, bbr_start_exit, 0); in bbr_exit_probe_rtt() 10890 (uint64_t)bbr_start_exit) / (uint64_t)100) + bbr->r_ctl.rc_bbr_lastbtlbw; in bbr_google_startup() 10894 bbr->r_ctl.rc_lost_at_startup, bbr_start_exit, 3); in bbr_google_startup() 10900 bbr->r_ctl.rc_lost_at_startup, bbr_start_exit, 8); in bbr_google_startup() 10984 bbr->r_ctl.rc_lost_at_startup, bbr_start_exit, 9); in bbr_state_startup() 10997 (uint64_t)bbr_start_exit) / (uint64_t)100) + bbr->r_ctl.rc_bbr_lastbtlbw; in bbr_state_startup() 11006 bbr->r_ctl.rc_lost_at_startup, bbr_start_exit, 3); in bbr_state_startup() 11024 bbr->r_ctl.rc_lost_at_startup, bbr_start_exit, 4); in bbr_state_startup() [all …]
|