Home
last modified time | relevance | path

Searched refs:ca_ops (Results 1 – 5 of 5) sorted by relevance

/linux/net/ipv4/
H A Dinet_diag.c242 const struct tcp_congestion_ops *ca_ops; in inet_sk_diag_fill() local
343 ca_ops = READ_ONCE(icsk->icsk_ca_ops); in inet_sk_diag_fill()
344 if (ca_ops) in inet_sk_diag_fill()
345 err = nla_put_string(skb, INET_DIAG_CONG, ca_ops->name); in inet_sk_diag_fill()
363 ca_ops = READ_ONCE(icsk->icsk_ca_ops); in inet_sk_diag_fill()
364 if (ca_ops && ca_ops->get_info) in inet_sk_diag_fill()
365 sz = ca_ops->get_info(sk, ext, &attr, &info); in inet_sk_diag_fill()
H A Dtcp_output.c1915 const struct tcp_congestion_ops *ca_ops = inet_csk(sk)->icsk_ca_ops; in tcp_cwnd_validate() local
1945 !ca_ops->cong_control) in tcp_cwnd_validate()
2035 const struct tcp_congestion_ops *ca_ops = inet_csk(sk)->icsk_ca_ops; in tcp_tso_segs() local
2038 min_tso = ca_ops->min_tso_segs ? in tcp_tso_segs()
2039 ca_ops->min_tso_segs(sk) : in tcp_tso_segs()
H A Dtcp.c4106 const struct tcp_congestion_ops *ca_ops; in do_tcp_getsockopt() local
4114 ca_ops = icsk->icsk_ca_ops; in do_tcp_getsockopt()
4115 if (ca_ops && ca_ops->get_info) in do_tcp_getsockopt()
4116 sz = ca_ops->get_info(sk, ~0U, &attr, &info); in do_tcp_getsockopt()
H A Dtcp_input.c419 const struct tcp_congestion_ops *ca_ops = inet_csk(sk)->icsk_ca_ops; in tcp_sndbuf_expand() local
440 sndmem = ca_ops->sndbuf_expand ? ca_ops->sndbuf_expand(sk) : 2; in tcp_sndbuf_expand()
/linux/include/net/
H A Dtcp.h1495 const struct tcp_congestion_ops *ca_ops = inet_csk(sk)->icsk_ca_ops; in tcp_slow_start_after_idle_check() local
1500 tp->packets_out || ca_ops->cong_control) in tcp_slow_start_after_idle_check()