Home
last modified time | relevance | path

Searched refs:tcp_register_congestion_control (Results 1 – 17 of 17) sorted by relevance

/linux-4.1.27/net/ipv4/
Dtcp_scalable.c49 return tcp_register_congestion_control(&tcp_scalable); in tcp_scalable_register()
Dtcp_highspeed.c172 return tcp_register_congestion_control(&tcp_highspeed); in hstcp_register()
Dtcp_cong.c67 int tcp_register_congestion_control(struct tcp_congestion_ops *ca) in tcp_register_congestion_control() function
92 EXPORT_SYMBOL_GPL(tcp_register_congestion_control);
Dtcp_hybla.c179 return tcp_register_congestion_control(&tcp_hybla); in hybla_register()
Dtcp_veno.c218 tcp_register_congestion_control(&tcp_veno); in tcp_veno_register()
Dtcp_bic.c226 return tcp_register_congestion_control(&bictcp); in bictcp_register()
Dtcp_vegas.c323 tcp_register_congestion_control(&tcp_vegas); in tcp_vegas_register()
Dtcp_yeah.c241 tcp_register_congestion_control(&tcp_yeah); in tcp_yeah_register()
Dtcp_westwood.c292 return tcp_register_congestion_control(&tcp_westwood); in tcp_westwood_register()
Dtcp_lp.c329 return tcp_register_congestion_control(&tcp_lp); in tcp_lp_register()
Dtcp_dctcp.c329 return tcp_register_congestion_control(&dctcp); in dctcp_register()
Dtcp_illinois.c341 return tcp_register_congestion_control(&tcp_illinois); in tcp_illinois_register()
Dtcp_htcp.c304 return tcp_register_congestion_control(&htcp); in htcp_register()
Dtcp_cubic.c512 return tcp_register_congestion_control(&cubictcp); in cubictcp_register()
Dtcp.c3118 BUG_ON(tcp_register_congestion_control(&tcp_reno) != 0); in tcp_init()
/linux-4.1.27/Documentation/networking/
Dtcp.txt32 tcp_register_congestion_control. As a minimum name, ssthresh,
/linux-4.1.27/include/net/
Dtcp.h841 int tcp_register_congestion_control(struct tcp_congestion_ops *type);