Lines Matching refs:tcp_congestion_ops

23 static struct tcp_congestion_ops *tcp_ca_find(const char *name)  in tcp_ca_find()
25 struct tcp_congestion_ops *e; in tcp_ca_find()
36 static const struct tcp_congestion_ops *__tcp_ca_find_autoload(const char *name) in __tcp_ca_find_autoload()
38 const struct tcp_congestion_ops *ca = tcp_ca_find(name); in __tcp_ca_find_autoload()
51 struct tcp_congestion_ops *tcp_ca_find_key(u32 key) in tcp_ca_find_key()
53 struct tcp_congestion_ops *e; in tcp_ca_find_key()
67 int tcp_register_congestion_control(struct tcp_congestion_ops *ca) in tcp_register_congestion_control()
100 void tcp_unregister_congestion_control(struct tcp_congestion_ops *ca) in tcp_unregister_congestion_control()
119 const struct tcp_congestion_ops *ca; in tcp_ca_get_key_by_name()
138 const struct tcp_congestion_ops *ca; in tcp_ca_get_name_by_key()
156 struct tcp_congestion_ops *ca; in tcp_assign_congestion_control()
195 const struct tcp_congestion_ops *ca) in tcp_reinit_congestion_control()
220 struct tcp_congestion_ops *ca; in tcp_set_default_congestion_control()
255 struct tcp_congestion_ops *ca; in tcp_get_available_congestion_control()
270 struct tcp_congestion_ops *ca; in tcp_get_default_congestion_control()
275 ca = list_entry(tcp_cong_list.next, struct tcp_congestion_ops, list); in tcp_get_default_congestion_control()
283 struct tcp_congestion_ops *ca; in tcp_get_allowed_congestion_control()
301 struct tcp_congestion_ops *ca; in tcp_set_allowed_congestion_control()
341 const struct tcp_congestion_ops *ca; in tcp_set_congestion_control()
444 struct tcp_congestion_ops tcp_reno = {