Searched refs:rate_sample (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/net/ipv4/ |
D | tcp_bbr.c | 380 struct sock *sk, const struct rate_sample *rs, u32 acked, u32 *new_cwnd) in bbr_set_cwnd_to_recover_or_restore() 418 static void bbr_set_cwnd(struct sock *sk, const struct rate_sample *rs, in bbr_set_cwnd() 447 const struct rate_sample *rs) in bbr_is_next_cycle_phase() 496 const struct rate_sample *rs) in bbr_update_cycle_phase() 586 static void bbr_lt_bw_sampling(struct sock *sk, const struct rate_sample *rs) in bbr_lt_bw_sampling() 659 static void bbr_update_bw(struct sock *sk, const struct rate_sample *rs) in bbr_update_bw() 712 const struct rate_sample *rs) in bbr_check_full_bw_reached() 731 static void bbr_check_drain(struct sock *sk, const struct rate_sample *rs) in bbr_check_drain() 781 static void bbr_update_min_rtt(struct sock *sk, const struct rate_sample *rs) in bbr_update_min_rtt() 829 static void bbr_update_model(struct sock *sk, const struct rate_sample *rs) in bbr_update_model() [all …]
|
D | tcp_rate.c | 76 struct rate_sample *rs) in tcp_rate_skb_delivered() 109 bool is_sack_reneg, struct rate_sample *rs) in tcp_rate_gen()
|
D | tcp_recovery.c | 201 void tcp_rack_update_reo_wnd(struct sock *sk, struct rate_sample *rs) in tcp_rack_update_reo_wnd()
|
D | tcp_input.c | 1142 struct rate_sample *rate; 2913 long ca_rtt_us, struct rate_sample *rs) in tcp_ack_update_rtt() 2958 struct rate_sample rs; in tcp_synack_rtt_meas() 3310 int flag, const struct rate_sample *rs) in tcp_cong_control() 3576 struct rate_sample rs = { .prior_delivered = 0 }; in tcp_ack()
|
/Linux-v4.19/include/net/ |
D | tcp.h | 988 struct rate_sample { struct 1035 void (*cong_control)(struct sock *sk, const struct rate_sample *rs); 1102 struct rate_sample *rs); 1104 bool is_sack_reneg, struct rate_sample *rs); 1936 extern void tcp_rack_update_reo_wnd(struct sock *sk, struct rate_sample *rs);
|