Searched refs:cong_control (Results 1 – 11 of 11) sorted by relevance
/linux/tools/testing/selftests/bpf/progs/ |
H A D | tcp_ca_update.c | 45 .cong_control = (void *)ca_update_cong_control, 54 .cong_control = (void *)ca_update_cong_control, 62 .cong_control = (void *)ca_update_cong_control, 70 .cong_control = (void *)ca_update_cong_control,
|
H A D | tcp_ca_kfunc.c | 45 void BPF_PROG(cong_control, struct sock *sk, u32 ack, int flag, const struct rate_sample *rs) in BPF_PROG() argument 109 .cong_control = (void *)cong_control,
|
H A D | tcp_ca_write_sk_pacing.c | 61 .cong_control = (void *)write_sk_pacing_cong_control,
|
H A D | bpf_cc_cubic.c | 181 .cong_control = (void *)bpf_cubic_cong_control,
|
/linux/net/ipv4/ |
H A D | tcp_recovery.c | 160 if (!inet_csk(sk)->icsk_ca_ops->cong_control) in tcp_rack_reo_timeout()
|
H A D | bpf_tcp_ca.c | 319 .cong_control = bpf_tcp_ca_cong_control,
|
H A D | tcp_cong.c | 81 !(ca->cong_avoid || ca->cong_control)) { in tcp_validate_congestion_control()
|
H A D | tcp_bbr.c | 1148 .cong_control = bbr_main,
|
H A D | tcp_input.c | 2734 if (inet_csk(sk)->icsk_ca_ops->cong_control) in tcp_end_cwnd_reduction() 3602 if (icsk->icsk_ca_ops->cong_control) { in tcp_cong_control() 3603 icsk->icsk_ca_ops->cong_control(sk, ack, flag, rs); in tcp_cong_control() 6858 if (!inet_csk(sk)->icsk_ca_ops->cong_control) in tcp_rcv_state_process()
|
H A D | tcp_output.c | 1945 !ca_ops->cong_control) in tcp_cwnd_validate()
|
/linux/include/net/ |
H A D | tcp.h | 1177 void (*cong_control)(struct sock *sk, u32 ack, int flag, const struct rate_sample *rs); member 1510 tp->packets_out || ca_ops->cong_control) in tcp_slow_start_after_idle_check()
|