Home
last modified time | relevance | path

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

/linux-4.19.296/include/net/
Dinet_connection_sock.h31 struct tcp_congestion_ops;
101 const struct tcp_congestion_ops *icsk_ca_ops;
Dtcp.h1023 struct tcp_congestion_ops { struct
1063 int tcp_register_congestion_control(struct tcp_congestion_ops *type); argument
1064 void tcp_unregister_congestion_control(struct tcp_congestion_ops *type);
1082 extern struct tcp_congestion_ops tcp_reno;
1084 struct tcp_congestion_ops *tcp_ca_find_key(u32 key);
1346 const struct tcp_congestion_ops *ca_ops = inet_csk(sk)->icsk_ca_ops; in tcp_slow_start_after_idle_check()
/linux-4.19.296/include/net/netns/
Dipv4.h171 const struct tcp_congestion_ops __rcu *tcp_congestion_control;