Lines Matching refs:tcp_congestion_ops
1064 struct tcp_congestion_ops {
1116 int tcp_register_congestion_control(struct tcp_congestion_ops *type);
1117 void tcp_unregister_congestion_control(struct tcp_congestion_ops *type);
1118 int tcp_update_congestion_control(struct tcp_congestion_ops *type,
1119 struct tcp_congestion_ops *old_type);
1120 int tcp_validate_congestion_control(struct tcp_congestion_ops *ca);
1138 extern struct tcp_congestion_ops tcp_reno;
1140 struct tcp_congestion_ops *tcp_ca_find(const char *name);
1141 struct tcp_congestion_ops *tcp_ca_find_key(u32 key);
1419 const struct tcp_congestion_ops *ca_ops = inet_csk(sk)->icsk_ca_ops;