Lines Matching refs:tcp_congestion_ops

24 static 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()
191 const struct tcp_congestion_ops *ca) in tcp_reinit_congestion_control()
217 struct tcp_congestion_ops *ca; in tcp_set_default_congestion_control()
218 const struct tcp_congestion_ops *prev; in tcp_set_default_congestion_control()
251 struct tcp_congestion_ops *ca; in tcp_get_available_congestion_control()
266 const struct tcp_congestion_ops *ca; in tcp_get_default_congestion_control()
277 struct tcp_congestion_ops *ca; in tcp_get_allowed_congestion_control()
295 struct tcp_congestion_ops *ca; in tcp_set_allowed_congestion_control()
340 const struct tcp_congestion_ops *ca; in tcp_set_congestion_control()
361 const struct tcp_congestion_ops *old_ca = icsk->icsk_ca_ops; in tcp_set_congestion_control()
469 struct tcp_congestion_ops tcp_reno = {