Searched refs:tcp_congestion_ops (Results 1 – 25 of 26) sorted by relevance
12
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 struct tcp_congestion_ops *tcp_ca_find_autoload(struct net *net, in tcp_ca_find_autoload()39 struct tcp_congestion_ops *ca = tcp_ca_find(name); in tcp_ca_find_autoload()53 struct tcp_congestion_ops *tcp_ca_find_key(u32 key) in tcp_ca_find_key()55 struct tcp_congestion_ops *e; in tcp_ca_find_key()69 int tcp_register_congestion_control(struct tcp_congestion_ops *ca) in tcp_register_congestion_control()103 void tcp_unregister_congestion_control(struct tcp_congestion_ops *ca) in tcp_unregister_congestion_control()122 const struct tcp_congestion_ops *ca; in tcp_ca_get_key_by_name()141 const struct tcp_congestion_ops *ca; in tcp_ca_get_name_by_key()[all …]
74 static struct tcp_congestion_ops dctcp_reno;278 static struct tcp_congestion_ops dctcp __read_mostly = {292 static struct tcp_congestion_ops dctcp_reno __read_mostly = {
39 static struct tcp_congestion_ops tcp_scalable __read_mostly = {
159 static struct tcp_congestion_ops tcp_highspeed __read_mostly = {
204 static struct tcp_congestion_ops tcp_veno __read_mostly = {
166 static struct tcp_congestion_ops tcp_hybla __read_mostly = {
307 static struct tcp_congestion_ops tcp_vegas __read_mostly = {
226 static struct tcp_congestion_ops tcp_yeah __read_mostly = {
200 static struct tcp_congestion_ops bictcp __read_mostly = {
319 static struct tcp_congestion_ops tcp_lp __read_mostly = {
277 static struct tcp_congestion_ops tcp_westwood __read_mostly = {
327 static struct tcp_congestion_ops tcp_illinois __read_mostly = {
288 static struct tcp_congestion_ops htcp __read_mostly = {
470 static struct tcp_congestion_ops tcpnv __read_mostly = {
392 static struct tcp_congestion_ops tcp_cdg __read_mostly = {
457 static struct tcp_congestion_ops cubictcp __read_mostly = {
405 const struct tcp_congestion_ops *ca; in tcp_ca_openreq_child()
947 static struct tcp_congestion_ops tcp_bbr_cong_ops __read_mostly = {
1615 const struct tcp_congestion_ops *ca_ops = inet_csk(sk)->icsk_ca_ops; in tcp_cwnd_validate()1719 const struct tcp_congestion_ops *ca_ops = inet_csk(sk)->icsk_ca_ops; in tcp_tso_segs()3260 const struct tcp_congestion_ops *ca; in tcp_ca_dst_init()
169 const struct tcp_congestion_ops *ca_ops; in inet_sk_diag_fill()
3366 const struct tcp_congestion_ops *ca_ops; in do_tcp_getsockopt()3798 extern struct tcp_congestion_ops tcp_reno;
31 struct tcp_congestion_ops;101 const struct tcp_congestion_ops *icsk_ca_ops;
1004 struct tcp_congestion_ops { struct1044 int tcp_register_congestion_control(struct tcp_congestion_ops *type); argument1045 void tcp_unregister_congestion_control(struct tcp_congestion_ops *type);1062 extern struct tcp_congestion_ops tcp_reno;1064 struct tcp_congestion_ops *tcp_ca_find_key(u32 key);1323 const struct tcp_congestion_ops *ca_ops = inet_csk(sk)->icsk_ca_ops; in tcp_slow_start_after_idle_check()
169 const struct tcp_congestion_ops __rcu *tcp_congestion_control;
31 registered via passing a tcp_congestion_ops struct to