Searched refs:tcp_congestion_ops (Results 1 – 25 of 25) 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()37 static struct tcp_congestion_ops *tcp_ca_find_autoload(struct net *net, in tcp_ca_find_autoload()40 struct tcp_congestion_ops *ca = tcp_ca_find(name); in tcp_ca_find_autoload()54 struct tcp_congestion_ops *tcp_ca_find_key(u32 key) in tcp_ca_find_key()56 struct tcp_congestion_ops *e; in tcp_ca_find_key()70 int tcp_register_congestion_control(struct tcp_congestion_ops *ca) in tcp_register_congestion_control()104 void tcp_unregister_congestion_control(struct tcp_congestion_ops *ca) in tcp_unregister_congestion_control()123 const struct tcp_congestion_ops *ca; in tcp_ca_get_key_by_name()142 const struct tcp_congestion_ops *ca; in tcp_ca_get_name_by_key()[all …]
65 static struct tcp_congestion_ops dctcp_reno;216 static struct tcp_congestion_ops dctcp __read_mostly = {230 static struct tcp_congestion_ops dctcp_reno __read_mostly = {
40 static struct tcp_congestion_ops tcp_scalable __read_mostly = {
160 static struct tcp_congestion_ops tcp_highspeed __read_mostly = {
167 static struct tcp_congestion_ops tcp_hybla __read_mostly = {
205 static struct tcp_congestion_ops tcp_veno __read_mostly = {
308 static struct tcp_congestion_ops tcp_vegas __read_mostly = {
227 static struct tcp_congestion_ops tcp_yeah __read_mostly = {
201 static struct tcp_congestion_ops bictcp __read_mostly = {
320 static struct tcp_congestion_ops tcp_lp __read_mostly = {
278 static struct tcp_congestion_ops tcp_westwood __read_mostly = {
328 static struct tcp_congestion_ops tcp_illinois __read_mostly = {
289 static struct tcp_congestion_ops htcp __read_mostly = {
471 static struct tcp_congestion_ops tcpnv __read_mostly = {
393 static struct tcp_congestion_ops tcp_cdg __read_mostly = {
458 static struct tcp_congestion_ops cubictcp __read_mostly = {
413 const struct tcp_congestion_ops *ca; in tcp_ca_openreq_child()
1140 static struct tcp_congestion_ops tcp_bbr_cong_ops __read_mostly = {
1640 const struct tcp_congestion_ops *ca_ops = inet_csk(sk)->icsk_ca_ops; in tcp_cwnd_validate()1745 const struct tcp_congestion_ops *ca_ops = inet_csk(sk)->icsk_ca_ops; in tcp_tso_segs()3350 const struct tcp_congestion_ops *ca; in tcp_ca_dst_init()
166 const struct tcp_congestion_ops *ca_ops; in inet_sk_diag_fill()
3465 const struct tcp_congestion_ops *ca_ops; in do_tcp_getsockopt()3912 extern struct tcp_congestion_ops tcp_reno;
337 const struct tcp_congestion_ops *ca_ops = inet_csk(sk)->icsk_ca_ops; in tcp_sndbuf_expand()
27 struct tcp_congestion_ops;97 const struct tcp_congestion_ops *icsk_ca_ops;
1026 struct tcp_congestion_ops { struct1066 int tcp_register_congestion_control(struct tcp_congestion_ops *type); argument1067 void tcp_unregister_congestion_control(struct tcp_congestion_ops *type);1085 extern struct tcp_congestion_ops tcp_reno;1087 struct tcp_congestion_ops *tcp_ca_find_key(u32 key);1353 const struct tcp_congestion_ops *ca_ops = inet_csk(sk)->icsk_ca_ops; in tcp_slow_start_after_idle_check()
175 const struct tcp_congestion_ops __rcu *tcp_congestion_control;