Searched refs:tcp_congestion_ops (Results 1 – 22 of 22) sorted by relevance
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()[all …]
74 static struct tcp_congestion_ops dctcp_reno;311 static struct tcp_congestion_ops dctcp __read_mostly = {324 static struct tcp_congestion_ops dctcp_reno __read_mostly = {
39 static struct tcp_congestion_ops tcp_scalable __read_mostly = {
160 static struct tcp_congestion_ops tcp_highspeed __read_mostly = {
203 static struct tcp_congestion_ops tcp_veno __read_mostly = {
166 static struct tcp_congestion_ops tcp_hybla __read_mostly = {
225 static struct tcp_congestion_ops tcp_yeah __read_mostly = {
212 static struct tcp_congestion_ops bictcp __read_mostly = {
307 static struct tcp_congestion_ops tcp_vegas __read_mostly = {
316 static struct tcp_congestion_ops tcp_lp __read_mostly = {
276 static struct tcp_congestion_ops tcp_westwood __read_mostly = {
326 static struct tcp_congestion_ops tcp_illinois __read_mostly = {
289 static struct tcp_congestion_ops htcp __read_mostly = {
400 struct tcp_congestion_ops tcp_cdg __read_mostly = {
468 static struct tcp_congestion_ops cubictcp __read_mostly = {
416 const struct tcp_congestion_ops *ca; in tcp_ca_openreq_child()
114 const struct tcp_congestion_ops *ca_ops; in inet_sk_diag_fill()
2793 const struct tcp_congestion_ops *ca_ops; in do_tcp_getsockopt()3087 extern struct tcp_congestion_ops tcp_reno;
3042 const struct tcp_congestion_ops *ca; in tcp_ca_dst_init()
32 struct tcp_congestion_ops;100 const struct tcp_congestion_ops *icsk_ca_ops;
849 struct tcp_congestion_ops { struct881 int tcp_register_congestion_control(struct tcp_congestion_ops *type); argument882 void tcp_unregister_congestion_control(struct tcp_congestion_ops *type);898 extern struct tcp_congestion_ops tcp_reno;900 struct tcp_congestion_ops *tcp_ca_find_key(u32 key);
31 registered via passing a tcp_congestion_ops struct to