Lines Matching refs:tcp_congestion_ops

25 struct tcp_congestion_ops *tcp_ca_find(const char *name)  in tcp_ca_find()
27 struct tcp_congestion_ops *e; in tcp_ca_find()
49 static struct tcp_congestion_ops *tcp_ca_find_autoload(const char *name) in tcp_ca_find_autoload()
51 struct tcp_congestion_ops *ca = tcp_ca_find(name); in tcp_ca_find_autoload()
65 struct tcp_congestion_ops *tcp_ca_find_key(u32 key) in tcp_ca_find_key()
67 struct tcp_congestion_ops *e; in tcp_ca_find_key()
77 int tcp_validate_congestion_control(struct tcp_congestion_ops *ca) in tcp_validate_congestion_control()
92 int tcp_register_congestion_control(struct tcp_congestion_ops *ca) in tcp_register_congestion_control()
123 void tcp_unregister_congestion_control(struct tcp_congestion_ops *ca) in tcp_unregister_congestion_control()
145 int tcp_update_congestion_control(struct tcp_congestion_ops *ca, struct tcp_congestion_ops *old_ca) in tcp_update_congestion_control()
147 struct tcp_congestion_ops *existing; in tcp_update_congestion_control()
182 const struct tcp_congestion_ops *ca; in tcp_ca_get_key_by_name()
200 const struct tcp_congestion_ops *ca; in tcp_ca_get_name_by_key()
219 const struct tcp_congestion_ops *ca; in tcp_assign_congestion_control()
250 const struct tcp_congestion_ops *ca) in tcp_reinit_congestion_control()
282 struct tcp_congestion_ops *ca; in tcp_set_default_congestion_control()
283 const struct tcp_congestion_ops *prev; in tcp_set_default_congestion_control()
320 struct tcp_congestion_ops *ca; in tcp_get_available_congestion_control()
338 const struct tcp_congestion_ops *ca; in tcp_get_default_congestion_control()
349 struct tcp_congestion_ops *ca; in tcp_get_allowed_congestion_control()
370 struct tcp_congestion_ops *ca; in tcp_set_allowed_congestion_control()
415 const struct tcp_congestion_ops *ca; in tcp_set_congestion_control()
530 struct tcp_congestion_ops tcp_reno = {