Lines Matching refs:losses
445 bbr_set_probebw_gains(struct tcp_bbr *bbr, uint32_t cts, uint32_t losses);
453 int32_t pkt_epoch, uint32_t losses);
3584 uint32_t sack_changed, uint32_t prev_acked, int32_t line, uint32_t losses) in bbr_ack_received() argument
3662 if (cwnd > losses) { in bbr_ack_received()
3663 cwnd -= losses; in bbr_ack_received()
3671 losses, 10, 0, 0, line); in bbr_ack_received()
10426 bbr_set_probebw_google_gains(struct tcp_bbr *bbr, uint32_t cts, uint32_t losses) in bbr_set_probebw_google_gains() argument
10452 if (google_consider_lost && losses) in bbr_set_probebw_google_gains()
10464 bbr_set_probebw_gains(struct tcp_bbr *bbr, uint32_t cts, uint32_t losses) in bbr_set_probebw_gains() argument
10469 bbr_set_probebw_google_gains(bbr, cts, losses); in bbr_set_probebw_gains()
11045 …_state_change(struct tcp_bbr *bbr, uint32_t cts, int32_t epoch, int32_t pkt_epoch, uint32_t losses) in bbr_state_change() argument
11257 bbr_set_probebw_gains(bbr, cts, losses); in bbr_state_change()
11263 bbr_check_bbr_for_state(struct tcp_bbr *bbr, uint32_t cts, int32_t line, uint32_t losses) in bbr_check_bbr_for_state() argument
11272 bbr_state_change(bbr, cts, epoch, bbr->rc_is_pkt_epoch_now, losses); in bbr_check_bbr_for_state()