Lines Matching defs:rs
478 struct sock *sk, const struct rate_sample *rs, u32 acked, u32 *new_cwnd) in bbr_set_cwnd_to_recover_or_restore()
516 static void bbr_set_cwnd(struct sock *sk, const struct rate_sample *rs, in bbr_set_cwnd()
552 const struct rate_sample *rs) in bbr_is_next_cycle_phase()
599 const struct rate_sample *rs) in bbr_update_cycle_phase()
685 static void bbr_lt_bw_sampling(struct sock *sk, const struct rate_sample *rs) in bbr_lt_bw_sampling()
758 static void bbr_update_bw(struct sock *sk, const struct rate_sample *rs) in bbr_update_bw()
815 const struct rate_sample *rs) in bbr_update_ack_aggregation()
871 const struct rate_sample *rs) in bbr_check_full_bw_reached()
890 static void bbr_check_drain(struct sock *sk, const struct rate_sample *rs) in bbr_check_drain()
938 static void bbr_update_min_rtt(struct sock *sk, const struct rate_sample *rs) in bbr_update_min_rtt()
1013 static void bbr_update_model(struct sock *sk, const struct rate_sample *rs) in bbr_update_model()
1024 static void bbr_main(struct sock *sk, const struct rate_sample *rs) in bbr_main()
1131 struct rate_sample rs = { .losses = 1 }; in bbr_set_state() local