Home
last modified time | relevance | path

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

/linux-4.4.14/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 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 …]
Dtcp_dctcp.c74 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 = {
Dtcp_scalable.c39 static struct tcp_congestion_ops tcp_scalable __read_mostly = {
Dtcp_highspeed.c160 static struct tcp_congestion_ops tcp_highspeed __read_mostly = {
Dtcp_veno.c203 static struct tcp_congestion_ops tcp_veno __read_mostly = {
Dtcp_hybla.c166 static struct tcp_congestion_ops tcp_hybla __read_mostly = {
Dtcp_yeah.c225 static struct tcp_congestion_ops tcp_yeah __read_mostly = {
Dtcp_bic.c212 static struct tcp_congestion_ops bictcp __read_mostly = {
Dtcp_vegas.c307 static struct tcp_congestion_ops tcp_vegas __read_mostly = {
Dtcp_lp.c316 static struct tcp_congestion_ops tcp_lp __read_mostly = {
Dtcp_westwood.c276 static struct tcp_congestion_ops tcp_westwood __read_mostly = {
Dtcp_illinois.c326 static struct tcp_congestion_ops tcp_illinois __read_mostly = {
Dtcp_htcp.c289 static struct tcp_congestion_ops htcp __read_mostly = {
Dtcp_cdg.c400 struct tcp_congestion_ops tcp_cdg __read_mostly = {
Dtcp_cubic.c468 static struct tcp_congestion_ops cubictcp __read_mostly = {
Dtcp_minisocks.c416 const struct tcp_congestion_ops *ca; in tcp_ca_openreq_child()
Dinet_diag.c114 const struct tcp_congestion_ops *ca_ops; in inet_sk_diag_fill()
Dtcp.c2793 const struct tcp_congestion_ops *ca_ops; in do_tcp_getsockopt()
3087 extern struct tcp_congestion_ops tcp_reno;
Dtcp_output.c3042 const struct tcp_congestion_ops *ca; in tcp_ca_dst_init()
/linux-4.4.14/include/net/
Dinet_connection_sock.h32 struct tcp_congestion_ops;
100 const struct tcp_congestion_ops *icsk_ca_ops;
Dtcp.h849 struct tcp_congestion_ops { struct
881 int tcp_register_congestion_control(struct tcp_congestion_ops *type); argument
882 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);
/linux-4.4.14/Documentation/networking/
Dtcp.txt31 registered via passing a tcp_congestion_ops struct to