Lines Matching refs:tcp_congestion_ops

24 struct tcp_congestion_ops *tcp_ca_find(const char *name)  in tcp_ca_find()
26 struct tcp_congestion_ops *e; in tcp_ca_find()
37 static struct tcp_congestion_ops *tcp_ca_find_autoload(struct net *net, in tcp_ca_find_autoload()
40 struct tcp_congestion_ops *ca = tcp_ca_find(name); in tcp_ca_find_autoload()
54 struct tcp_congestion_ops *tcp_ca_find_key(u32 key) in tcp_ca_find_key()
56 struct tcp_congestion_ops *e; in tcp_ca_find_key()
70 int tcp_register_congestion_control(struct tcp_congestion_ops *ca) in tcp_register_congestion_control()
104 void tcp_unregister_congestion_control(struct tcp_congestion_ops *ca) in tcp_unregister_congestion_control()
123 const struct tcp_congestion_ops *ca; in tcp_ca_get_key_by_name()
142 const struct tcp_congestion_ops *ca; in tcp_ca_get_name_by_key()
161 const struct tcp_congestion_ops *ca; in tcp_assign_congestion_control()
192 const struct tcp_congestion_ops *ca) in tcp_reinit_congestion_control()
223 struct tcp_congestion_ops *ca; in tcp_set_default_congestion_control()
224 const struct tcp_congestion_ops *prev; in tcp_set_default_congestion_control()
261 struct tcp_congestion_ops *ca; in tcp_get_available_congestion_control()
279 const struct tcp_congestion_ops *ca; in tcp_get_default_congestion_control()
290 struct tcp_congestion_ops *ca; in tcp_get_allowed_congestion_control()
311 struct tcp_congestion_ops *ca; in tcp_set_allowed_congestion_control()
356 const struct tcp_congestion_ops *ca; in tcp_set_congestion_control()
471 struct tcp_congestion_ops tcp_reno = {