Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/netinet/tcp_stacks/
HDbbr.c6512 uint64_t sbw, sti; in bbr_nf_measurement() local
6524 sbw = (uint64_t)(rsm->r_flight_at_send); in bbr_nf_measurement()
6525 sbw *= (uint64_t)USECS_IN_SECOND; in bbr_nf_measurement()
6528 sbw /= sti; in bbr_nf_measurement()
6529 if (sbw < bw) { in bbr_nf_measurement()
6535 rsm->r_first_sent_time, 0, (sbw >> 32), in bbr_nf_measurement()
6536 (uint32_t)sbw); in bbr_nf_measurement()
6537 bw = sbw; in bbr_nf_measurement()
6588 uint64_t sbw, sti; in bbr_google_measurement() local
6600 sbw = (uint64_t)(rsm->r_flight_at_send); in bbr_google_measurement()
[all …]