Searched refs:cong_control (Results 1 – 9 of 9) sorted by relevance
178 void (*cong_control)(struct sock *sk, const struct rate_sample *rs); member
21 offsetof(struct tcp_congestion_ops, cong_control),
164 if (!inet_csk(sk)->icsk_ca_ops->cong_control) in tcp_rack_reo_timeout()
76 !(ca->cong_avoid || ca->cong_control)) { in tcp_register_congestion_control()
1145 .cong_control = bbr_main,
2639 if (inet_csk(sk)->icsk_ca_ops->cong_control) in tcp_end_cwnd_reduction()3470 if (icsk->icsk_ca_ops->cong_control) { in tcp_cong_control()3471 icsk->icsk_ca_ops->cong_control(sk, rs); in tcp_cong_control()6487 if (!inet_csk(sk)->icsk_ca_ops->cong_control) in tcp_rcv_state_process()
1906 !ca_ops->cong_control) in tcp_cwnd_validate()
1089 void (*cong_control)(struct sock *sk, const struct rate_sample *rs); member1393 tp->packets_out || ca_ops->cong_control) in tcp_slow_start_after_idle_check()
1315 .cong_control = nip_icsk_ca_cong_control,