tcp_register_congestion_control  679 include/net/tcp.h extern int tcp_register_congestion_control(struct tcp_congestion_ops *type);
tcp_register_congestion_control 2777 net/ipv4/tcp.c 	tcp_register_congestion_control(&tcp_reno);
tcp_register_congestion_control  235 net/ipv4/tcp_bic.c 	return tcp_register_congestion_control(&bictcp);
tcp_register_congestion_control  361 net/ipv4/tcp_cubic.c 	return tcp_register_congestion_control(&cubictcp);
tcp_register_congestion_control  174 net/ipv4/tcp_highspeed.c 	return tcp_register_congestion_control(&tcp_highspeed);
tcp_register_congestion_control  297 net/ipv4/tcp_htcp.c 	return tcp_register_congestion_control(&htcp);
tcp_register_congestion_control  179 net/ipv4/tcp_hybla.c 	return tcp_register_congestion_control(&tcp_hybla);
tcp_register_congestion_control  342 net/ipv4/tcp_illinois.c 	return tcp_register_congestion_control(&tcp_illinois);
tcp_register_congestion_control  331 net/ipv4/tcp_lp.c 	return tcp_register_congestion_control(&tcp_lp);
tcp_register_congestion_control   55 net/ipv4/tcp_scalable.c 	return tcp_register_congestion_control(&tcp_scalable);
tcp_register_congestion_control  376 net/ipv4/tcp_vegas.c 	tcp_register_congestion_control(&tcp_vegas);
tcp_register_congestion_control  226 net/ipv4/tcp_veno.c 	tcp_register_congestion_control(&tcp_veno);
tcp_register_congestion_control  291 net/ipv4/tcp_westwood.c 	return tcp_register_congestion_control(&tcp_westwood);
tcp_register_congestion_control  253 net/ipv4/tcp_yeah.c 	tcp_register_congestion_control(&tcp_yeah);