Home
last modified time | relevance | path

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

/Linux-v6.1/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.c82 int tcp_register_congestion_control(struct tcp_congestion_ops *ca) in tcp_register_congestion_control() function
108 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.c326 tcp_register_congestion_control(&tcp_vegas); in tcp_vegas_register()
Dtcp_bic.c216 return tcp_register_congestion_control(&bictcp); in bictcp_register()
Dtcp_dctcp.c269 return tcp_register_congestion_control(&dctcp); in dctcp_register()
Dtcp_lp.c341 return tcp_register_congestion_control(&tcp_lp); in tcp_lp_register()
Dtcp_westwood.c296 return tcp_register_congestion_control(&tcp_westwood); in tcp_westwood_register()
Dbpf_tcp_ca.c259 return tcp_register_congestion_control(kdata); in bpf_tcp_ca_reg()
Dtcp_illinois.c346 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.c487 return tcp_register_congestion_control(&tcpnv); in tcpnv_register()
Dtcp_cdg.c415 tcp_register_congestion_control(&tcp_cdg); in tcp_cdg_register()
Dtcp_cubic.c543 return tcp_register_congestion_control(&cubictcp); in cubictcp_register()
Dtcp_bbr.c1186 return tcp_register_congestion_control(&tcp_bbr_cong_ops); in bbr_register()
Dtcp.c4829 BUG_ON(tcp_register_congestion_control(&tcp_reno) != 0); in tcp_init()
/Linux-v6.1/include/net/
Dtcp.h1118 int tcp_register_congestion_control(struct tcp_congestion_ops *type);