Searched refs:ca_ops (Results 1 – 5 of 5) sorted by relevance
214 const struct tcp_congestion_ops *ca_ops; in inet_sk_diag_fill() local317 ca_ops = READ_ONCE(icsk->icsk_ca_ops); in inet_sk_diag_fill()318 if (ca_ops) in inet_sk_diag_fill()319 err = nla_put_string(skb, INET_DIAG_CONG, ca_ops->name); in inet_sk_diag_fill()337 ca_ops = READ_ONCE(icsk->icsk_ca_ops); in inet_sk_diag_fill()338 if (ca_ops && ca_ops->get_info) in inet_sk_diag_fill()339 sz = ca_ops->get_info(sk, ext, &attr, &info); in inet_sk_diag_fill()
2137 const struct tcp_congestion_ops *ca_ops = inet_csk(sk)->icsk_ca_ops; in tcp_minshall_update() 2167 !ca_ops->cong_control)2257 const struct tcp_congestion_ops *ca_ops = inet_csk(sk)->icsk_ca_ops;2260 min_tso = ca_ops->min_tso_segs ?2261 ca_ops->min_tso_segs(sk) : in tcp_init_tso_segs() 2075 const struct tcp_congestion_ops *ca_ops = inet_csk(sk)->icsk_ca_ops; tcp_cwnd_validate() local 2195 const struct tcp_congestion_ops *ca_ops = inet_csk(sk)->icsk_ca_ops; tcp_tso_segs() local
4585 const struct tcp_congestion_ops *ca_ops; in do_tcp_getsockopt() local4593 ca_ops = icsk->icsk_ca_ops; in do_tcp_getsockopt()4594 if (ca_ops && ca_ops->get_info) in do_tcp_getsockopt()4595 sz = ca_ops->get_info(sk, ~0U, &attr, &info); in do_tcp_getsockopt()
608 const struct tcp_congestion_ops *ca_ops = inet_csk(sk)->icsk_ca_ops; in tcp_sndbuf_expand() local629 sndmem = ca_ops->sndbuf_expand ? ca_ops->sndbuf_expand(sk) : 2; in tcp_sndbuf_expand()
1661 const struct tcp_congestion_ops *ca_ops = inet_csk(sk)->icsk_ca_ops; in tcp_slow_start_after_idle_check() local1666 tp->packets_out || ca_ops->cong_control) in tcp_slow_start_after_idle_check()