Home
last modified time | relevance | path

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

/linux/net/ipv4/
A Dtcp_bbr.c480 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()
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()
1015 static void bbr_update_model(struct sock *sk, const struct rate_sample *rs) in bbr_update_model()
1026 static void bbr_main(struct sock *sk, const struct rate_sample *rs) in bbr_main()
[all …]
A Dtcp_rate.c80 struct rate_sample *rs) in tcp_rate_skb_delivered()
113 bool is_sack_reneg, struct rate_sample *rs) in tcp_rate_gen()
A Dtcp_recovery.c191 void tcp_rack_update_reo_wnd(struct sock *sk, struct rate_sample *rs) in tcp_rack_update_reo_wnd()
A Dtcp_input.c980 struct rate_sample *rate;
3068 long ca_rtt_us, struct rate_sample *rs) in tcp_ack_update_rtt()
3117 struct rate_sample rs; in tcp_synack_rtt_meas()
3474 int flag, const struct rate_sample *rs) in tcp_cong_control()
3740 struct rate_sample rs = { .prior_delivered = 0 }; in tcp_ack()
/linux/tools/testing/selftests/bpf/
A Dbpf_tcp_helpers.h135 struct rate_sample { struct
184 void (*cong_control)(struct sock *sk, const struct rate_sample *rs);
/linux/include/net/
A Dtcp.h1032 struct rate_sample { struct
1077 void (*cong_control)(struct sock *sk, const struct rate_sample *rs);
1162 struct rate_sample *rs);
1164 bool is_sack_reneg, struct rate_sample *rs);
2096 extern void tcp_rack_update_reo_wnd(struct sock *sk, struct rate_sample *rs);

Completed in 46 milliseconds