Searched refs:bbr_get_target_cwnd (Results 1 – 1 of 1) sorted by relevance
461 bbr_get_target_cwnd(struct tcp_bbr *bbr, uint64_t bw, uint32_t gain);3463 bbr_get_target_cwnd(struct tcp_bbr *bbr, uint64_t bw, uint32_t gain) in bbr_get_target_cwnd() function3667 target_cwnd = bbr_get_target_cwnd(bbr, in bbr_ack_received()10716 tar = bbr_get_target_cwnd(bbr, bbr_get_bw(bbr), gain); in bbr_get_a_state_target()11898 target = bbr_get_target_cwnd(bbr, bbr_get_bw(bbr), BBR_UNIT); in bbr_cwnd_limiting()