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.c10881 uint64_t btlbw, gain; in bbr_google_startup() local
10888 btlbw = bbr_get_full_bw(bbr); in bbr_google_startup()
10891 if (btlbw >= gain) { in bbr_google_startup()
10895 bbr->r_ctl.rc_bbr_lastbtlbw = btlbw; in bbr_google_startup()
10908 uint64_t btlbw, gain; in bbr_state_startup() local
10991 btlbw = bbr_get_full_bw(bbr); in bbr_state_startup()
10999 if (btlbw > bbr->r_ctl.rc_bbr_lastbtlbw) in bbr_state_startup()
11000 bbr->r_ctl.rc_bbr_lastbtlbw = btlbw; in bbr_state_startup()
11001 if (btlbw >= gain) { in bbr_state_startup()