Lines Matching defs:rs
480 struct sock *sk, const struct rate_sample *rs, u32 acked, u32 *new_cwnd) in bbr_set_cwnd_to_recover_or_restore()
518 static void bbr_set_cwnd(struct sock *sk, const struct rate_sample *rs, in bbr_set_cwnd()
554 const struct rate_sample *rs) in bbr_is_next_cycle_phase()
601 const struct rate_sample *rs) in bbr_update_cycle_phase()
687 static void bbr_lt_bw_sampling(struct sock *sk, const struct rate_sample *rs) in bbr_lt_bw_sampling()
760 static void bbr_update_bw(struct sock *sk, const struct rate_sample *rs) in bbr_update_bw()
817 const struct rate_sample *rs) in bbr_update_ack_aggregation()
873 const struct rate_sample *rs) in bbr_check_full_bw_reached()
892 static void bbr_check_drain(struct sock *sk, const struct rate_sample *rs) in bbr_check_drain()
940 static void bbr_update_min_rtt(struct sock *sk, const struct rate_sample *rs) in bbr_update_min_rtt()
1015 static void bbr_update_model(struct sock *sk, const struct rate_sample *rs) in bbr_update_model()
1026 __bpf_kfunc static void bbr_main(struct sock *sk, const struct rate_sample *rs) in bbr_main()
1133 struct rate_sample rs = { .losses = 1 }; in bbr_set_state() local