Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dtcp_output.c2158 const struct tcp_congestion_ops *ca_ops = inet_csk(sk)->icsk_ca_ops; in tcp_cwnd_validate() local
2188 !ca_ops->cong_control) in tcp_cwnd_validate()
2278 const struct tcp_congestion_ops *ca_ops = inet_csk(sk)->icsk_ca_ops; in tcp_tso_segs() local
2281 min_tso = ca_ops->min_tso_segs ? in tcp_tso_segs()
2282 ca_ops->min_tso_segs(sk) : in tcp_tso_segs()
H A Dtcp_input.c608 const struct tcp_congestion_ops *ca_ops = inet_csk(sk)->icsk_ca_ops; in tcp_sndbuf_expand() local
629 sndmem = ca_ops->sndbuf_expand ? ca_ops->sndbuf_expand(sk) : 2; in tcp_sndbuf_expand()
/linux/include/net/
H A Dtcp.h1718 const struct tcp_congestion_ops *ca_ops = inet_csk(sk)->icsk_ca_ops; in tcp_slow_start_after_idle_check() local
1723 tp->packets_out || ca_ops->cong_control) in tcp_slow_start_after_idle_check()