Lines Matching refs:icsk_ca_ops
424 const struct tcp_congestion_ops *ca_ops = inet_csk(sk)->icsk_ca_ops; in tcp_sndbuf_expand()
2206 tp->snd_ssthresh = icsk->icsk_ca_ops->ssthresh(sk); in tcp_enter_loss()
2579 tcp_snd_cwnd_set(tp, icsk->icsk_ca_ops->undo_cwnd(sk)); in tcp_undo_cwnd_reduction()
2700 tp->snd_ssthresh = inet_csk(sk)->icsk_ca_ops->ssthresh(sk); in tcp_init_cwnd_reduction()
2734 if (inet_csk(sk)->icsk_ca_ops->cong_control) in tcp_end_cwnd_reduction()
3254 icsk->icsk_ca_ops->cong_avoid(sk, ack, acked); in tcp_cong_avoid()
3511 if (icsk->icsk_ca_ops->pkts_acked) { in tcp_clean_rtx_queue()
3517 icsk->icsk_ca_ops->pkts_acked(sk, &sample); in tcp_clean_rtx_queue()
3602 if (icsk->icsk_ca_ops->cong_control) { in tcp_cong_control()
3603 icsk->icsk_ca_ops->cong_control(sk, ack, flag, rs); in tcp_cong_control()
3863 if (icsk->icsk_ca_ops->in_ack_event) in tcp_in_ack_event()
3864 icsk->icsk_ca_ops->in_ack_event(sk, flags); in tcp_in_ack_event()
6858 if (!inet_csk(sk)->icsk_ca_ops->cong_control) in tcp_rcv_state_process()