Home
last modified time | relevance | path

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

12

/Linux-v4.19/net/ipv4/
Dtcp_cong.c23 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 …]
Dtcp_dctcp.c74 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 = {
Dtcp_scalable.c39 static struct tcp_congestion_ops tcp_scalable __read_mostly = {
Dtcp_highspeed.c159 static struct tcp_congestion_ops tcp_highspeed __read_mostly = {
Dtcp_veno.c204 static struct tcp_congestion_ops tcp_veno __read_mostly = {
Dtcp_hybla.c166 static struct tcp_congestion_ops tcp_hybla __read_mostly = {
Dtcp_vegas.c307 static struct tcp_congestion_ops tcp_vegas __read_mostly = {
Dtcp_yeah.c226 static struct tcp_congestion_ops tcp_yeah __read_mostly = {
Dtcp_bic.c200 static struct tcp_congestion_ops bictcp __read_mostly = {
Dtcp_lp.c319 static struct tcp_congestion_ops tcp_lp __read_mostly = {
Dtcp_westwood.c277 static struct tcp_congestion_ops tcp_westwood __read_mostly = {
Dtcp_illinois.c327 static struct tcp_congestion_ops tcp_illinois __read_mostly = {
Dtcp_htcp.c288 static struct tcp_congestion_ops htcp __read_mostly = {
Dtcp_nv.c470 static struct tcp_congestion_ops tcpnv __read_mostly = {
Dtcp_cdg.c392 static struct tcp_congestion_ops tcp_cdg __read_mostly = {
Dtcp_cubic.c457 static struct tcp_congestion_ops cubictcp __read_mostly = {
Dtcp_minisocks.c405 const struct tcp_congestion_ops *ca; in tcp_ca_openreq_child()
Dtcp_bbr.c947 static struct tcp_congestion_ops tcp_bbr_cong_ops __read_mostly = {
Dtcp_output.c1615 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()
Dinet_diag.c169 const struct tcp_congestion_ops *ca_ops; in inet_sk_diag_fill()
Dtcp.c3366 const struct tcp_congestion_ops *ca_ops; in do_tcp_getsockopt()
3798 extern struct tcp_congestion_ops tcp_reno;
/Linux-v4.19/include/net/
Dinet_connection_sock.h31 struct tcp_congestion_ops;
101 const struct tcp_congestion_ops *icsk_ca_ops;
Dtcp.h1004 struct tcp_congestion_ops { struct
1044 int tcp_register_congestion_control(struct tcp_congestion_ops *type); argument
1045 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()
/Linux-v4.19/include/net/netns/
Dipv4.h169 const struct tcp_congestion_ops __rcu *tcp_congestion_control;
/Linux-v4.19/Documentation/networking/
Dtcp.txt31 registered via passing a tcp_congestion_ops struct to

12