Searched refs:rate_sample (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.15/net/ipv4/ |
D | tcp_bbr.c | 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() [all …]
|
D | tcp_rate.c | 79 struct rate_sample *rs) in tcp_rate_skb_delivered() 111 bool is_sack_reneg, struct rate_sample *rs) in tcp_rate_gen()
|
D | tcp_recovery.c | 191 void tcp_rack_update_reo_wnd(struct sock *sk, struct rate_sample *rs) in tcp_rack_update_reo_wnd()
|
D | tcp_input.c | 972 struct rate_sample *rate; 3060 long ca_rtt_us, struct rate_sample *rs) in tcp_ack_update_rtt() 3109 struct rate_sample rs; in tcp_synack_rtt_meas() 3467 int flag, const struct rate_sample *rs) in tcp_cong_control() 3733 struct rate_sample rs = { .prior_delivered = 0 }; in tcp_ack()
|
/Linux-v5.15/tools/testing/selftests/bpf/ |
D | bpf_tcp_helpers.h | 135 struct rate_sample { struct 184 void (*cong_control)(struct sock *sk, const struct rate_sample *rs);
|
/Linux-v5.15/include/net/ |
D | tcp.h | 1029 struct rate_sample { struct 1072 void (*cong_control)(struct sock *sk, const struct rate_sample *rs); 1157 struct rate_sample *rs); 1159 bool is_sack_reneg, struct rate_sample *rs); 2080 extern void tcp_rack_update_reo_wnd(struct sock *sk, struct rate_sample *rs);
|