Home
last modified time | relevance | path

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

/linux/include/net/
H A Dtcp.h1429 return icsk->icsk_ca_ops->flags & TCP_CONG_NEEDS_ECN;
1436 return icsk->icsk_ca_ops->flags & TCP_CONG_NEEDS_ACCECN;
1443 return icsk->icsk_ca_ops->flags & TCP_CONG_ECT_1_NEGOTIATION;
1450 return icsk->icsk_ca_ops->flags & TCP_CONG_NO_FALLBACK_RFC3168; in tcp_ca_event()
1458 if (icsk->icsk_ca_ops->cwnd_event_tx_start)
1459 icsk->icsk_ca_ops->cwnd_event_tx_start(sk);
1462 if (icsk->icsk_ca_ops->cwnd_event) in tcp_skb_sent_after()
1463 icsk->icsk_ca_ops->cwnd_event(sk, event); in tcp_skb_sent_after()
1718 const struct tcp_congestion_ops *ca_ops = inet_csk(sk)->icsk_ca_ops; in tcp_slow_start_after_idle_check()
H A Dinet_connection_sock.h97 const struct tcp_congestion_ops *icsk_ca_ops; member
/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 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()
H A Dtcp.c3436 if (icsk->icsk_ca_initialized && icsk->icsk_ca_ops->release) in tcp_disconnect()
3437 icsk->icsk_ca_ops->release(sk); in tcp_disconnect()
4564 ca_ops = icsk->icsk_ca_ops; in do_tcp_getsockopt()
4585 if (copy_to_sockptr(optval, icsk->icsk_ca_ops->name, len)) in do_tcp_getsockopt()
/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.c3073 strscpy(mptcp_sk(sk)->ca_name, icsk->icsk_ca_ops->name, in mptcp_ca_reset()
3078 icsk->icsk_ca_ops = NULL; in mptcp_ca_reset()
/linux/net/core/
H A Dfilter.c5515 if (!inet_csk(sk)->icsk_ca_ops) in sol_tcp_sockopt()