Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/tcp_stacks/
H A Dbbr.c6626 uint64_t sbw, sti; in bbr_nf_measurement() local
6639 sbw *= (uint64_t)USECS_IN_SECOND; in bbr_nf_measurement()
6642 sbw /= sti; in bbr_nf_measurement()
6643 if (sbw < bw) { in bbr_nf_measurement()
6650 (uint32_t)sbw); in bbr_nf_measurement()
6651 bw = sbw; in bbr_nf_measurement()
6704 uint64_t sbw, sti; in bbr_google_measurement() local
6720 sbw /= sti; in bbr_google_measurement()
6721 if (sbw < bw) { in bbr_google_measurement()
6728 (uint32_t)sbw); in bbr_google_measurement()
[all …]