Home
last modified time | relevance | path

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

/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c10904 uint64_t btlbw, gain; in bbr_google_startup() local
10911 btlbw = bbr_get_full_bw(bbr); in bbr_google_startup()
10914 if (btlbw >= gain) { in bbr_google_startup()
10918 bbr->r_ctl.rc_bbr_lastbtlbw = btlbw; in bbr_google_startup()
10931 uint64_t btlbw, gain; in bbr_state_startup() local
11014 btlbw = bbr_get_full_bw(bbr); in bbr_state_startup()
11022 if (btlbw > bbr->r_ctl.rc_bbr_lastbtlbw) in bbr_state_startup()
11023 bbr->r_ctl.rc_bbr_lastbtlbw = btlbw; in bbr_state_startup()
11024 if (btlbw >= gain) { in bbr_state_startup()