Home
last modified time | relevance | path

Searched refs:rate_sample (Results 1 – 10 of 10) sorted by relevance

/linux/net/ipv4/
H A Dtcp_bbr.c481 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 …]
H A Dtcp_rate.c81 struct rate_sample *rs) in tcp_rate_skb_delivered()
118 bool is_sack_reneg, struct rate_sample *rs) in tcp_rate_gen()
H A Dtcp_recovery.c187 void tcp_rack_update_reo_wnd(struct sock *sk, struct rate_sample *rs) in tcp_rack_update_reo_wnd()
H A Dbpf_tcp_ca.c289 const struct rate_sample *rs) in bpf_tcp_ca_cong_control()
H A Dtcp_input.c1027 struct rate_sample *rate;
3204 long ca_rtt_us, struct rate_sample *rs) in tcp_ack_update_rtt()
3246 struct rate_sample rs; in tcp_synack_rtt_meas()
3604 int flag, const struct rate_sample *rs) in tcp_cong_control()
3915 struct rate_sample rs = { .prior_delivered = 0 }; in tcp_ack()
/linux/tools/testing/selftests/bpf/progs/
H A Dtcp_ca_kfunc.c8 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()
H A Dtcp_ca_update.c26 const struct rate_sample *rs) in BPF_PROG()
H A Dtcp_ca_write_sk_pacing.c36 const struct rate_sample *rs) in BPF_PROG()
H A Dbpf_cc_cubic.c127 const struct rate_sample *rs) in BPF_PROG()
/linux/include/net/
H A Dtcp.h1148 struct rate_sample { struct
1194 void (*cong_control)(struct sock *sk, u32 ack, int flag, const struct rate_sample *rs);
1276 struct rate_sample *rs);
1278 bool is_sack_reneg, struct rate_sample *rs);
2420 extern void tcp_rack_update_reo_wnd(struct sock *sk, struct rate_sample *rs);