Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/
Dtcp_recovery.c175 if (!inet_csk(sk)->icsk_ca_ops->cong_control) in tcp_rack_reo_timeout()
Dtcp_cong.c75 !(ca->cong_avoid || ca->cong_control)) { in tcp_register_congestion_control()
Dtcp_bbr.c952 .cong_control = bbr_main,
Dtcp_input.c2498 if (inet_csk(sk)->icsk_ca_ops->cong_control) in tcp_end_cwnd_reduction()
3314 if (icsk->icsk_ca_ops->cong_control) { in tcp_cong_control()
3315 icsk->icsk_ca_ops->cong_control(sk, rs); in tcp_cong_control()
6114 if (!inet_csk(sk)->icsk_ca_ops->cong_control) in tcp_rcv_state_process()
Dtcp_output.c1639 !ca_ops->cong_control) in tcp_cwnd_validate()
/Linux-v4.19/Documentation/networking/
Dtcp.txt34 cong_avoid and undo_cwnd hooks or the "omnipotent" cong_control hook.
/Linux-v4.19/include/net/
Dtcp.h1035 void (*cong_control)(struct sock *sk, const struct rate_sample *rs); member
1328 ca_ops->cong_control) in tcp_slow_start_after_idle_check()