Home
last modified time | relevance | path

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

/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c6516 uint64_t sbw, sti; in bbr_nf_measurement() local
6528 sbw = (uint64_t)(rsm->r_flight_at_send); in bbr_nf_measurement()
6529 sbw *= (uint64_t)USECS_IN_SECOND; in bbr_nf_measurement()
6532 sbw /= sti; in bbr_nf_measurement()
6533 if (sbw < bw) { in bbr_nf_measurement()
6539 rsm->r_first_sent_time, 0, (sbw >> 32), in bbr_nf_measurement()
6540 (uint32_t)sbw); in bbr_nf_measurement()
6541 bw = sbw; in bbr_nf_measurement()
6592 uint64_t sbw, sti; in bbr_google_measurement() local
6604 sbw = (uint64_t)(rsm->r_flight_at_send); in bbr_google_measurement()
[all …]