Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_scalable.c52 return tcp_register_congestion_control(&tcp_scalable); in tcp_scalable_register()
H A Dtcp_highspeed.c173 return tcp_register_congestion_control(&tcp_highspeed); in hstcp_register()
H A 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);
H A Dtcp_hybla.c181 return tcp_register_congestion_control(&tcp_hybla); in hybla_register()
H A Dtcp_veno.c224 tcp_register_congestion_control(&tcp_veno); in tcp_veno_register()
H A Dtcp_yeah.c225 tcp_register_congestion_control(&tcp_yeah); in tcp_yeah_register()
H A Dtcp_bic.c216 return tcp_register_congestion_control(&bictcp); in bictcp_register()
H A Dtcp_vegas.c325 tcp_register_congestion_control(&tcp_vegas); in tcp_vegas_register()
H A Dtcp_dctcp.c242 return tcp_register_congestion_control(&dctcp); in dctcp_register()
H A Dbpf_tcp_ca.c235 return tcp_register_congestion_control(kdata); in bpf_tcp_ca_reg()
H A Dtcp_westwood.c295 return tcp_register_congestion_control(&tcp_westwood); in tcp_westwood_register()
H A Dtcp_lp.c334 return tcp_register_congestion_control(&tcp_lp); in tcp_lp_register()
H A Dtcp_illinois.c344 return tcp_register_congestion_control(&tcp_illinois); in tcp_illinois_register()
H A Dtcp_htcp.c304 return tcp_register_congestion_control(&htcp); in htcp_register()
H A Dtcp_nv.c488 return tcp_register_congestion_control(&tcpnv); in tcpnv_register()
H A Dtcp_cdg.c415 tcp_register_congestion_control(&tcp_cdg); in tcp_cdg_register()
H A Dtcp_cubic.c527 return tcp_register_congestion_control(&cubictcp); in cubictcp_register()
H A Dtcp_bbr.c1158 return tcp_register_congestion_control(&tcp_bbr_cong_ops); in bbr_register()
H A Dtcp.c4305 BUG_ON(tcp_register_congestion_control(&tcp_reno) != 0); in tcp_init()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_exynos1945 tcp_register_congestion_control
H A Dabi_gki_aarch64_galaxy3971 tcp_register_congestion_control
/OK3568_Linux_fs/kernel/include/net/
H A Dtcp.h1102 int tcp_register_congestion_control(struct tcp_congestion_ops *type);