Searched refs:bbr_get_raw_target_cwnd (Results 1 – 1 of 1) sorted by relevance
3439 bbr_get_raw_target_cwnd(struct tcp_bbr *bbr, uint32_t gain, uint64_t bw) in bbr_get_raw_target_cwnd() function3469 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()