Home
last modified time | relevance | path

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

/Linux-v5.10/net/ipv4/
Dtcp_scalable.c52 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.c224 tcp_register_congestion_control(&tcp_veno); in tcp_veno_register()
Dtcp_yeah.c225 tcp_register_congestion_control(&tcp_yeah); in tcp_yeah_register()
Dtcp_vegas.c325 tcp_register_congestion_control(&tcp_vegas); in tcp_vegas_register()
Dtcp_bic.c216 return tcp_register_congestion_control(&bictcp); in bictcp_register()
Dtcp_dctcp.c242 return tcp_register_congestion_control(&dctcp); in dctcp_register()
Dbpf_tcp_ca.c235 return tcp_register_congestion_control(kdata); in bpf_tcp_ca_reg()
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.c526 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.c4205 BUG_ON(tcp_register_congestion_control(&tcp_reno) != 0); in tcp_init()
/Linux-v5.10/include/net/
Dtcp.h1095 int tcp_register_congestion_control(struct tcp_congestion_ops *type);