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.c10874 uint64_t btlbw, gain; in bbr_google_startup() local
10881 btlbw = bbr_get_full_bw(bbr); in bbr_google_startup()
10884 if (btlbw >= gain) { in bbr_google_startup()
10888 bbr->r_ctl.rc_bbr_lastbtlbw = btlbw; in bbr_google_startup()
10901 uint64_t btlbw, gain; in bbr_state_startup() local
10984 btlbw = bbr_get_full_bw(bbr); in bbr_state_startup()
10992 if (btlbw > bbr->r_ctl.rc_bbr_lastbtlbw) in bbr_state_startup()
10993 bbr->r_ctl.rc_bbr_lastbtlbw = btlbw; in bbr_state_startup()
10994 if (btlbw >= gain) { in bbr_state_startup()