Home
last modified time | relevance | path

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

/Linux-v5.4/net/ipv4/
Dtcp_recovery.c176 if (!inet_csk(sk)->icsk_ca_ops->cong_control) in tcp_rack_reo_timeout()
Dtcp_cong.c76 !(ca->cong_avoid || ca->cong_control)) { in tcp_register_congestion_control()
Dtcp_bbr.c1145 .cong_control = bbr_main,
Dtcp_input.c2505 if (inet_csk(sk)->icsk_ca_ops->cong_control) in tcp_end_cwnd_reduction()
3323 if (icsk->icsk_ca_ops->cong_control) { in tcp_cong_control()
3324 icsk->icsk_ca_ops->cong_control(sk, rs); in tcp_cong_control()
6241 if (!inet_csk(sk)->icsk_ca_ops->cong_control) in tcp_rcv_state_process()
Dtcp_output.c1664 !ca_ops->cong_control) in tcp_cwnd_validate()
/Linux-v5.4/include/net/
Dtcp.h1057 void (*cong_control)(struct sock *sk, const struct rate_sample *rs); member
1358 ca_ops->cong_control) in tcp_slow_start_after_idle_check()