Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/
Dinet_diag.c169 const struct tcp_congestion_ops *ca_ops; in inet_sk_diag_fill() local
262 ca_ops = READ_ONCE(icsk->icsk_ca_ops); in inet_sk_diag_fill()
263 if (ca_ops) in inet_sk_diag_fill()
264 err = nla_put_string(skb, INET_DIAG_CONG, ca_ops->name); in inet_sk_diag_fill()
282 ca_ops = READ_ONCE(icsk->icsk_ca_ops); in inet_sk_diag_fill()
283 if (ca_ops && ca_ops->get_info) in inet_sk_diag_fill()
284 sz = ca_ops->get_info(sk, ext, &attr, &info); in inet_sk_diag_fill()
Dtcp_output.c1615 const struct tcp_congestion_ops *ca_ops = inet_csk(sk)->icsk_ca_ops; in tcp_cwnd_validate() local
1639 !ca_ops->cong_control) in tcp_cwnd_validate()
1719 const struct tcp_congestion_ops *ca_ops = inet_csk(sk)->icsk_ca_ops; in tcp_tso_segs() local
1722 min_tso = ca_ops->min_tso_segs ? in tcp_tso_segs()
1723 ca_ops->min_tso_segs(sk) : in tcp_tso_segs()
Dtcp.c3366 const struct tcp_congestion_ops *ca_ops; in do_tcp_getsockopt() local
3374 ca_ops = icsk->icsk_ca_ops; in do_tcp_getsockopt()
3375 if (ca_ops && ca_ops->get_info) in do_tcp_getsockopt()
3376 sz = ca_ops->get_info(sk, ~0U, &attr, &info); in do_tcp_getsockopt()
Dtcp_input.c331 const struct tcp_congestion_ops *ca_ops = inet_csk(sk)->icsk_ca_ops; in tcp_sndbuf_expand() local
352 sndmem = ca_ops->sndbuf_expand ? ca_ops->sndbuf_expand(sk) : 2; in tcp_sndbuf_expand()
/Linux-v4.19/include/net/
Dtcp.h1323 const struct tcp_congestion_ops *ca_ops = inet_csk(sk)->icsk_ca_ops; in tcp_slow_start_after_idle_check() local
1328 ca_ops->cong_control) in tcp_slow_start_after_idle_check()