Home
last modified time | relevance | path

Searched refs:tcp_congestion_ops (Results 1 – 2 of 2) sorted by relevance

/include/net/
Dinet_connection_sock.h32 struct tcp_congestion_ops;
100 const struct tcp_congestion_ops *icsk_ca_ops;
Dtcp.h1004 struct tcp_congestion_ops { struct
1044 int tcp_register_congestion_control(struct tcp_congestion_ops *type); argument
1045 void tcp_unregister_congestion_control(struct tcp_congestion_ops *type);
1063 extern struct tcp_congestion_ops tcp_reno;
1065 struct tcp_congestion_ops *tcp_ca_find_key(u32 key);
1324 const struct tcp_congestion_ops *ca_ops = inet_csk(sk)->icsk_ca_ops; in tcp_slow_start_after_idle_check()