Searched refs:rate_sample (Results 1 – 7 of 7) sorted by relevance
| /Linux-v6.1/net/ipv4/ |
| D | tcp_bbr.c | 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() [all …]
|
| D | tcp_rate.c | 81 struct rate_sample *rs) in tcp_rate_skb_delivered() 118 bool is_sack_reneg, struct rate_sample *rs) in tcp_rate_gen()
|
| D | tcp_recovery.c | 187 void tcp_rack_update_reo_wnd(struct sock *sk, struct rate_sample *rs) in tcp_rack_update_reo_wnd()
|
| D | tcp_input.c | 980 struct rate_sample *rate; 3089 long ca_rtt_us, struct rate_sample *rs) in tcp_ack_update_rtt() 3138 struct rate_sample rs; in tcp_synack_rtt_meas() 3496 int flag, const struct rate_sample *rs) in tcp_cong_control() 3764 struct rate_sample rs = { .prior_delivered = 0 }; in tcp_ack()
|
| /Linux-v6.1/tools/testing/selftests/bpf/ |
| D | bpf_tcp_helpers.h | 140 struct rate_sample { struct 189 void (*cong_control)(struct sock *sk, const struct rate_sample *rs);
|
| /Linux-v6.1/tools/testing/selftests/bpf/progs/ |
| D | tcp_ca_write_sk_pacing.c | 32 const struct rate_sample *rs) in BPF_PROG()
|
| /Linux-v6.1/include/net/ |
| D | tcp.h | 1047 struct rate_sample { struct 1093 void (*cong_control)(struct sock *sk, const struct rate_sample *rs); 1172 struct rate_sample *rs); 1174 bool is_sack_reneg, struct rate_sample *rs); 2141 extern void tcp_rack_update_reo_wnd(struct sock *sk, struct rate_sample *rs);
|