Searched refs:icsk_ca_ops (Results 1 – 8 of 8) sorted by relevance
| /linux/include/net/ |
| H A D | tcp.h | 1419 return icsk->icsk_ca_ops->flags & TCP_CONG_NEEDS_ECN; in tcp_ca_needs_ecn() 1426 return icsk->icsk_ca_ops->flags & TCP_CONG_NEEDS_ACCECN; in tcp_ca_needs_accecn() 1433 return icsk->icsk_ca_ops->flags & TCP_CONG_ECT_1_NEGOTIATION; in tcp_ca_ect_1_negotiation() 1440 return icsk->icsk_ca_ops->flags & TCP_CONG_NO_FALLBACK_RFC3168; in tcp_ca_no_fallback_rfc3168() 1448 if (icsk->icsk_ca_ops->cwnd_event_tx_start) in tcp_ca_event() 1449 icsk->icsk_ca_ops->cwnd_event_tx_start(sk); in tcp_ca_event() 1452 if (icsk->icsk_ca_ops->cwnd_event) in tcp_ca_event() 1453 icsk->icsk_ca_ops->cwnd_event(sk, event); in tcp_ca_event() 1708 const struct tcp_congestion_ops *ca_ops = inet_csk(sk)->icsk_ca_ops; in tcp_slow_start_after_idle_check()
|
| H A D | inet_connection_sock.h | 97 const struct tcp_congestion_ops *icsk_ca_ops; member
|
| /linux/net/ipv4/ |
| H A D | tcp_minisocks.c | 511 icsk->icsk_ca_ops = ca; in tcp_ca_openreq_child() 520 !bpf_try_module_get(icsk->icsk_ca_ops, icsk->icsk_ca_ops->owner))) in tcp_ca_openreq_child()
|
| H A D | tcp_input.c | 608 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 D | tcp.c | 3441 if (icsk->icsk_ca_initialized && icsk->icsk_ca_ops->release) in tcp_disconnect() 3442 icsk->icsk_ca_ops->release(sk); in tcp_disconnect() 4570 ca_ops = icsk->icsk_ca_ops; in do_tcp_getsockopt() 4591 if (copy_to_sockptr(optval, icsk->icsk_ca_ops->name, len)) in do_tcp_getsockopt()
|
| /linux/net/mptcp/ |
| H A D | sockopt.c | 1580 if (inet_csk(sk)->icsk_ca_ops != inet_csk(ssk)->icsk_ca_ops) in sync_socket_options()
|
| H A D | protocol.c | 3051 strscpy(mptcp_sk(sk)->ca_name, icsk->icsk_ca_ops->name, in mptcp_ca_reset() 3056 icsk->icsk_ca_ops = NULL; in mptcp_ca_reset()
|
| /linux/net/core/ |
| H A D | filter.c | 5437 if (!inet_csk(sk)->icsk_ca_ops) in sol_tcp_sockopt_congestion()
|