Searched refs:cong_control (Results 1 – 10 of 10) 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 | 59 .cong_control = (void *)write_sk_pacing_cong_control,
|
| H A D | bpf_cc_cubic.c | 5 * is that this bpf program relies on `cong_control` rather than 8 * tcp_update_pacing_rate is bypassed when `cong_control` is 9 * defined, so moving these logic to `cong_control`. 12 * `cong_control`. For simplicity's sake, it reuses tcp cubic's 172 .cong_control = (void *)bpf_cubic_cong_control, in BPF_PROG()
|
| /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_bbr.c | 1148 .cong_control = bbr_main,
|
| H A D | tcp_input.c | 2812 if (inet_csk(sk)->icsk_ca_ops->cong_control) in tcp_end_cwnd_reduction() 3659 if (icsk->icsk_ca_ops->cong_control) { in tcp_cong_control() 3660 icsk->icsk_ca_ops->cong_control(sk, ack, flag, rs); in tcp_cong_control() 7068 if (!inet_csk(sk)->icsk_ca_ops->cong_control) in tcp_rcv_state_process()
|
| H A D | tcp_output.c | 2105 !ca_ops->cong_control) in tcp_cwnd_validate()
|
| /linux/include/net/ |
| H A D | tcp.h | 1270 void (*cong_control)(struct sock *sk, u32 ack, int flag, const struct rate_sample *rs); member 1605 tp->packets_out || ca_ops->cong_control) in tcp_slow_start_after_idle_check()
|