Home
last modified time | relevance | path

Searched refs:tcp_congestion_ops (Results 1 – 25 of 25) sorted by relevance

/Linux-v5.4/net/ipv4/
Dtcp_cong.c24 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 …]
Dtcp_dctcp.c65 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 = {
Dtcp_scalable.c40 static struct tcp_congestion_ops tcp_scalable __read_mostly = {
Dtcp_highspeed.c160 static struct tcp_congestion_ops tcp_highspeed __read_mostly = {
Dtcp_hybla.c167 static struct tcp_congestion_ops tcp_hybla __read_mostly = {
Dtcp_veno.c205 static struct tcp_congestion_ops tcp_veno __read_mostly = {
Dtcp_vegas.c308 static struct tcp_congestion_ops tcp_vegas __read_mostly = {
Dtcp_yeah.c227 static struct tcp_congestion_ops tcp_yeah __read_mostly = {
Dtcp_bic.c201 static struct tcp_congestion_ops bictcp __read_mostly = {
Dtcp_lp.c320 static struct tcp_congestion_ops tcp_lp __read_mostly = {
Dtcp_westwood.c278 static struct tcp_congestion_ops tcp_westwood __read_mostly = {
Dtcp_illinois.c328 static struct tcp_congestion_ops tcp_illinois __read_mostly = {
Dtcp_htcp.c289 static struct tcp_congestion_ops htcp __read_mostly = {
Dtcp_nv.c471 static struct tcp_congestion_ops tcpnv __read_mostly = {
Dtcp_cdg.c393 static struct tcp_congestion_ops tcp_cdg __read_mostly = {
Dtcp_cubic.c458 static struct tcp_congestion_ops cubictcp __read_mostly = {
Dtcp_minisocks.c413 const struct tcp_congestion_ops *ca; in tcp_ca_openreq_child()
Dtcp_bbr.c1140 static struct tcp_congestion_ops tcp_bbr_cong_ops __read_mostly = {
Dtcp_output.c1640 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()
Dinet_diag.c166 const struct tcp_congestion_ops *ca_ops; in inet_sk_diag_fill()
Dtcp.c3465 const struct tcp_congestion_ops *ca_ops; in do_tcp_getsockopt()
3912 extern struct tcp_congestion_ops tcp_reno;
Dtcp_input.c337 const struct tcp_congestion_ops *ca_ops = inet_csk(sk)->icsk_ca_ops; in tcp_sndbuf_expand()
/Linux-v5.4/include/net/
Dinet_connection_sock.h27 struct tcp_congestion_ops;
97 const struct tcp_congestion_ops *icsk_ca_ops;
Dtcp.h1026 struct tcp_congestion_ops { struct
1066 int tcp_register_congestion_control(struct tcp_congestion_ops *type); argument
1067 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()
/Linux-v5.4/include/net/netns/
Dipv4.h175 const struct tcp_congestion_ops __rcu *tcp_congestion_control;