Searched refs:rate_sample (Results 1 – 10 of 10) sorted by relevance
/linux-6.12.1/net/ipv4/ |
D | tcp_bbr.c | 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() [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 | bpf_tcp_ca.c | 289 const struct rate_sample *rs) in bpf_tcp_ca_cong_control()
|
D | tcp_input.c | 1021 struct rate_sample *rate; 3198 long ca_rtt_us, struct rate_sample *rs) in tcp_ack_update_rtt() 3240 struct rate_sample rs; in tcp_synack_rtt_meas() 3598 int flag, const struct rate_sample *rs) in tcp_cong_control() 3909 struct rate_sample rs = { .prior_delivered = 0 }; in tcp_ack()
|
/linux-6.12.1/tools/testing/selftests/bpf/progs/ |
D | tcp_ca_kfunc.c | 8 extern void bbr_main(struct sock *sk, u32 ack, int flag, const struct rate_sample *rs) __ksym; 45 void BPF_PROG(cong_control, struct sock *sk, u32 ack, int flag, const struct rate_sample *rs) in BPF_PROG()
|
D | tcp_ca_update.c | 26 const struct rate_sample *rs) in BPF_PROG()
|
D | tcp_ca_write_sk_pacing.c | 36 const struct rate_sample *rs) in BPF_PROG()
|
D | bpf_cc_cubic.c | 127 const struct rate_sample *rs) in BPF_PROG()
|
/linux-6.12.1/include/net/ |
D | tcp.h | 1131 struct rate_sample { struct 1177 void (*cong_control)(struct sock *sk, u32 ack, int flag, const struct rate_sample *rs); 1259 struct rate_sample *rs); 1261 bool is_sack_reneg, struct rate_sample *rs); 2403 extern void tcp_rack_update_reo_wnd(struct sock *sk, struct rate_sample *rs);
|