Home
last modified time | relevance | path

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

/Linux-v5.4/net/ipv4/
Dtcp_scalable.c51 return tcp_register_congestion_control(&tcp_scalable); in tcp_scalable_register()
Dtcp_highspeed.c173 return tcp_register_congestion_control(&tcp_highspeed); in hstcp_register()
Dtcp_cong.c70 int tcp_register_congestion_control(struct tcp_congestion_ops *ca) in tcp_register_congestion_control() function
96 EXPORT_SYMBOL_GPL(tcp_register_congestion_control);
Dtcp_hybla.c181 return tcp_register_congestion_control(&tcp_hybla); in hybla_register()
Dtcp_veno.c221 tcp_register_congestion_control(&tcp_veno); in tcp_veno_register()
Dtcp_vegas.c325 tcp_register_congestion_control(&tcp_vegas); in tcp_vegas_register()
Dtcp_yeah.c244 tcp_register_congestion_control(&tcp_yeah); in tcp_yeah_register()
Dtcp_bic.c215 return tcp_register_congestion_control(&bictcp); in bictcp_register()
Dtcp_dctcp.c242 return tcp_register_congestion_control(&dctcp); in dctcp_register()
Dtcp_lp.c334 return tcp_register_congestion_control(&tcp_lp); in tcp_lp_register()
Dtcp_westwood.c295 return tcp_register_congestion_control(&tcp_westwood); in tcp_westwood_register()
Dtcp_illinois.c344 return tcp_register_congestion_control(&tcp_illinois); in tcp_illinois_register()
Dtcp_htcp.c304 return tcp_register_congestion_control(&htcp); in htcp_register()
Dtcp_nv.c488 return tcp_register_congestion_control(&tcpnv); in tcpnv_register()
Dtcp_cdg.c413 tcp_register_congestion_control(&tcp_cdg); in tcp_cdg_register()
Dtcp_cubic.c502 return tcp_register_congestion_control(&cubictcp); in cubictcp_register()
Dtcp_bbr.c1158 return tcp_register_congestion_control(&tcp_bbr_cong_ops); in bbr_register()
Dtcp.c4020 BUG_ON(tcp_register_congestion_control(&tcp_reno) != 0); in tcp_init()
/Linux-v5.4/include/net/
Dtcp.h1066 int tcp_register_congestion_control(struct tcp_congestion_ops *type);