tcp_register_congestion_control 1077 include/net/tcp.h int tcp_register_congestion_control(struct tcp_congestion_ops *type); tcp_register_congestion_control 4036 net/ipv4/tcp.c BUG_ON(tcp_register_congestion_control(&tcp_reno) != 0); tcp_register_congestion_control 1158 net/ipv4/tcp_bbr.c return tcp_register_congestion_control(&tcp_bbr_cong_ops); tcp_register_congestion_control 215 net/ipv4/tcp_bic.c return tcp_register_congestion_control(&bictcp); tcp_register_congestion_control 413 net/ipv4/tcp_cdg.c tcp_register_congestion_control(&tcp_cdg); tcp_register_congestion_control 96 net/ipv4/tcp_cong.c EXPORT_SYMBOL_GPL(tcp_register_congestion_control); tcp_register_congestion_control 502 net/ipv4/tcp_cubic.c return tcp_register_congestion_control(&cubictcp); tcp_register_congestion_control 242 net/ipv4/tcp_dctcp.c return tcp_register_congestion_control(&dctcp); tcp_register_congestion_control 173 net/ipv4/tcp_highspeed.c return tcp_register_congestion_control(&tcp_highspeed); tcp_register_congestion_control 304 net/ipv4/tcp_htcp.c return tcp_register_congestion_control(&htcp); tcp_register_congestion_control 181 net/ipv4/tcp_hybla.c return tcp_register_congestion_control(&tcp_hybla); tcp_register_congestion_control 344 net/ipv4/tcp_illinois.c return tcp_register_congestion_control(&tcp_illinois); tcp_register_congestion_control 334 net/ipv4/tcp_lp.c return tcp_register_congestion_control(&tcp_lp); tcp_register_congestion_control 488 net/ipv4/tcp_nv.c return tcp_register_congestion_control(&tcpnv); tcp_register_congestion_control 51 net/ipv4/tcp_scalable.c return tcp_register_congestion_control(&tcp_scalable); tcp_register_congestion_control 325 net/ipv4/tcp_vegas.c tcp_register_congestion_control(&tcp_vegas); tcp_register_congestion_control 221 net/ipv4/tcp_veno.c tcp_register_congestion_control(&tcp_veno); tcp_register_congestion_control 295 net/ipv4/tcp_westwood.c return tcp_register_congestion_control(&tcp_westwood); tcp_register_congestion_control 244 net/ipv4/tcp_yeah.c tcp_register_congestion_control(&tcp_yeah);