Searched refs:tcp_congestion_ops (Results 1 – 18 of 18) sorted by relevance
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()40 int tcp_register_congestion_control(struct tcp_congestion_ops *ca) in tcp_register_congestion_control()70 void tcp_unregister_congestion_control(struct tcp_congestion_ops *ca) in tcp_unregister_congestion_control()82 struct tcp_congestion_ops *ca; in tcp_init_congestion_control()115 struct tcp_congestion_ops *ca; in tcp_set_default_congestion_control()151 struct tcp_congestion_ops *ca; in tcp_get_available_congestion_control()167 struct tcp_congestion_ops *ca; in tcp_get_default_congestion_control()172 ca = list_entry(tcp_cong_list.next, struct tcp_congestion_ops, list); in tcp_get_default_congestion_control()180 struct tcp_congestion_ops *ca; in tcp_get_allowed_congestion_control()[all …]
38 static struct tcp_congestion_ops tcp_scalable __read_mostly = {
161 static struct tcp_congestion_ops tcp_highspeed __read_mostly = {
165 static struct tcp_congestion_ops tcp_hybla __read_mostly = {
204 static struct tcp_congestion_ops tcp_veno __read_mostly = {
307 static struct tcp_congestion_ops tcp_vegas __read_mostly = {
215 static struct tcp_congestion_ops bictcp __read_mostly = {
228 static struct tcp_congestion_ops tcp_yeah __read_mostly = {
316 static struct tcp_congestion_ops tcp_lp __read_mostly = {
275 static struct tcp_congestion_ops tcp_westwood __read_mostly = {
327 static struct tcp_congestion_ops tcp_illinois __read_mostly = {
287 static struct tcp_congestion_ops htcp __read_mostly = {
436 static struct tcp_congestion_ops cubictcp __read_mostly = {
2644 const struct tcp_congestion_ops *ca_ops = inet_csk(sk)->icsk_ca_ops; in tcp_cwnd_min()3396 const struct tcp_congestion_ops *ca_ops in tcp_clean_rtx_queue()
3232 extern struct tcp_congestion_ops tcp_reno;
32 struct tcp_congestion_ops;96 const struct tcp_congestion_ops *icsk_ca_ops;
699 struct tcp_congestion_ops { struct729 extern int tcp_register_congestion_control(struct tcp_congestion_ops *type); argument730 extern void tcp_unregister_congestion_control(struct tcp_congestion_ops *type);743 extern struct tcp_congestion_ops tcp_init_congestion_ops;747 extern struct tcp_congestion_ops tcp_reno;
31 registered via passing a tcp_congestion_ops struct to