Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/tcp_stacks/
H A Dbbr.c3439 bbr_get_raw_target_cwnd(struct tcp_bbr *bbr, uint32_t gain, uint64_t bw) in bbr_get_raw_target_cwnd() function
3469 cwnd = roundup(bbr_get_raw_target_cwnd(bbr, bw, gain), mss); in bbr_get_target_cwnd()
10721 tar = roundup(bbr_get_raw_target_cwnd(bbr, bbr_get_bw(bbr), in bbr_get_a_state_target()