Home
last modified time | relevance | path

Searched refs:cong_control (Results 1 – 8 of 8) sorted by relevance

/linux-6.1.9/tools/testing/selftests/bpf/progs/
Dtcp_ca_write_sk_pacing.c56 .cong_control = (void *)write_sk_pacing_cong_control,
/linux-6.1.9/net/ipv4/
Dtcp_recovery.c160 if (!inet_csk(sk)->icsk_ca_ops->cong_control) in tcp_rack_reo_timeout()
Dtcp_cong.c88 !(ca->cong_avoid || ca->cong_control)) { in tcp_register_congestion_control()
Dtcp_bbr.c1147 .cong_control = bbr_main,
Dtcp_input.c2655 if (inet_csk(sk)->icsk_ca_ops->cong_control) in tcp_end_cwnd_reduction()
3500 if (icsk->icsk_ca_ops->cong_control) { in tcp_cong_control()
3501 icsk->icsk_ca_ops->cong_control(sk, rs); in tcp_cong_control()
6568 if (!inet_csk(sk)->icsk_ca_ops->cong_control) in tcp_rcv_state_process()
Dtcp_output.c1905 !ca_ops->cong_control) in tcp_cwnd_validate()
/linux-6.1.9/tools/testing/selftests/bpf/
Dbpf_tcp_helpers.h189 void (*cong_control)(struct sock *sk, const struct rate_sample *rs); member
/linux-6.1.9/include/net/
Dtcp.h1093 void (*cong_control)(struct sock *sk, const struct rate_sample *rs); member
1423 tp->packets_out || ca_ops->cong_control) in tcp_slow_start_after_idle_check()