Home
last modified time | relevance | path

Searched refs:icsk_ca_ops (Results 1 – 8 of 8) sorted by relevance

/linux/net/ipv4/
H A Dtcp_minisocks.c510 icsk->icsk_ca_ops = ca; in tcp_ca_openreq_child()
519 !bpf_try_module_get(icsk->icsk_ca_ops, icsk->icsk_ca_ops->owner))) in tcp_ca_openreq_child()
H A Dtcp_input.c608 const struct tcp_congestion_ops *ca_ops = inet_csk(sk)->icsk_ca_ops; in tcp_sndbuf_expand()
2570 WRITE_ONCE(tp->snd_ssthresh, icsk->icsk_ca_ops->ssthresh(sk)); in tcp_enter_loss()
2860 tcp_snd_cwnd_set(tp, icsk->icsk_ca_ops->undo_cwnd(sk)); in tcp_undo_cwnd_reduction()
2981 WRITE_ONCE(tp->snd_ssthresh, inet_csk(sk)->icsk_ca_ops->ssthresh(sk)); in tcp_init_cwnd_reduction()
3017 if (inet_csk(sk)->icsk_ca_ops->cong_control) in tcp_end_cwnd_reduction()
3517 icsk->icsk_ca_ops->cong_avoid(sk, ack, acked); in tcp_cong_avoid()
3772 if (icsk->icsk_ca_ops->pkts_acked) { in tcp_clean_rtx_queue()
3778 icsk->icsk_ca_ops->pkts_acked(sk, &sample); in tcp_clean_rtx_queue()
3863 if (icsk->icsk_ca_ops->cong_control) { in tcp_cong_control()
3864 icsk->icsk_ca_ops->cong_control(sk, ack, flag, rs); in tcp_cong_control()
[all …]
H A Dtcp_output.c2158 const struct tcp_congestion_ops *ca_ops = inet_csk(sk)->icsk_ca_ops; in tcp_cwnd_validate()
2278 const struct tcp_congestion_ops *ca_ops = inet_csk(sk)->icsk_ca_ops; in tcp_tso_segs()
4093 bpf_module_put(icsk->icsk_ca_ops, icsk->icsk_ca_ops->owner); in tcp_ca_dst_init()
4095 icsk->icsk_ca_ops = ca; in tcp_ca_dst_init()
/linux/Documentation/networking/net_cachelines/
H A Dnetns_ipv4_sysctl.rst115 …tso_segs unlikely(icsk_ca_ops-written)
/linux/include/net/
H A Dinet_connection_sock.h97 const struct tcp_congestion_ops *icsk_ca_ops; member
/linux/net/mptcp/
H A Dsockopt.c1591 if (inet_csk(sk)->icsk_ca_ops != inet_csk(ssk)->icsk_ca_ops) in sync_socket_options()
H A Dprotocol.c3216 strscpy(mptcp_sk(sk)->ca_name, icsk->icsk_ca_ops->name, in mptcp_ca_reset()
3221 icsk->icsk_ca_ops = NULL; in mptcp_ca_reset()
/linux/net/core/
H A Dfilter.c5610 if (!inet_csk(sk)->icsk_ca_ops) in sol_tcp_sockopt_congestion()