Lines Matching defs:rs
481 struct sock *sk, const struct rate_sample *rs, u32 acked, u32 *new_cwnd) in bbr_set_cwnd_to_recover_or_restore()
519 static void bbr_set_cwnd(struct sock *sk, const struct rate_sample *rs, in bbr_set_cwnd()
555 const struct rate_sample *rs) in bbr_is_next_cycle_phase()
602 const struct rate_sample *rs) in bbr_update_cycle_phase()
688 static void bbr_lt_bw_sampling(struct sock *sk, const struct rate_sample *rs) in bbr_lt_bw_sampling()
761 static void bbr_update_bw(struct sock *sk, const struct rate_sample *rs) in bbr_update_bw()
818 const struct rate_sample *rs) in bbr_update_ack_aggregation()
874 const struct rate_sample *rs) in bbr_check_full_bw_reached()
893 static void bbr_check_drain(struct sock *sk, const struct rate_sample *rs) in bbr_check_drain()
941 static void bbr_update_min_rtt(struct sock *sk, const struct rate_sample *rs) in bbr_update_min_rtt()
1016 static void bbr_update_model(struct sock *sk, const struct rate_sample *rs) in bbr_update_model()
1027 __bpf_kfunc static void bbr_main(struct sock *sk, u32 ack, int flag, const struct rate_sample *rs) in bbr_main()
1134 struct rate_sample rs = { .losses = 1 }; in bbr_set_state() local