Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/tcp_stacks/
H A Dbbr.c10998 uint64_t btlbw, gain; in bbr_google_startup() local
11005 btlbw = bbr_get_full_bw(bbr); in bbr_google_startup()
11008 if (btlbw >= gain) { in bbr_google_startup()
11012 bbr->r_ctl.rc_bbr_lastbtlbw = btlbw; in bbr_google_startup()
11025 uint64_t btlbw, gain; in bbr_state_startup() local
11108 btlbw = bbr_get_full_bw(bbr); in bbr_state_startup()
11116 if (btlbw > bbr->r_ctl.rc_bbr_lastbtlbw) in bbr_state_startup()
11117 bbr->r_ctl.rc_bbr_lastbtlbw = btlbw; in bbr_state_startup()
11118 if (btlbw >= gain) { in bbr_state_startup()