Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtcp_ca_update.c51 .cong_control = (void *)ca_update_cong_control,
60 .cong_control = (void *)ca_update_cong_control,
68 .cong_control = (void *)ca_update_cong_control,
76 .cong_control = (void *)ca_update_cong_control,
H A Dtcp_ca_write_sk_pacing.c67 .cong_control = (void *)write_sk_pacing_cong_control,
/openbmc/linux/net/ipv4/
H A Dtcp_recovery.c160 if (!inet_csk(sk)->icsk_ca_ops->cong_control) in tcp_rack_reo_timeout()
H A Dtcp_cong.c81 !(ca->cong_avoid || ca->cong_control)) { in tcp_validate_congestion_control()
H A Dtcp_bbr.c1147 .cong_control = bbr_main,
H A Dtcp_input.c2723 if (inet_csk(sk)->icsk_ca_ops->cong_control) in tcp_end_cwnd_reduction()
3598 if (icsk->icsk_ca_ops->cong_control) { in tcp_cong_control()
3599 icsk->icsk_ca_ops->cong_control(sk, rs); in tcp_cong_control()
6727 if (!inet_csk(sk)->icsk_ca_ops->cong_control) in tcp_rcv_state_process()
H A Dtcp_output.c1915 !ca_ops->cong_control) in tcp_cwnd_validate()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dbpf_tcp_helpers.h189 void (*cong_control)(struct sock *sk, const struct rate_sample *rs); member
/openbmc/linux/include/net/
H A Dtcp.h1109 void (*cong_control)(struct sock *sk, const struct rate_sample *rs); member
1442 tp->packets_out || ca_ops->cong_control) in tcp_slow_start_after_idle_check()