Searched refs:tcp_register_congestion_control (Results 1 – 22 of 22) sorted by relevance
52 return tcp_register_congestion_control(&tcp_scalable); in tcp_scalable_register()
173 return tcp_register_congestion_control(&tcp_highspeed); in hstcp_register()
70 int tcp_register_congestion_control(struct tcp_congestion_ops *ca) in tcp_register_congestion_control() function96 EXPORT_SYMBOL_GPL(tcp_register_congestion_control);
181 return tcp_register_congestion_control(&tcp_hybla); in hybla_register()
224 tcp_register_congestion_control(&tcp_veno); in tcp_veno_register()
225 tcp_register_congestion_control(&tcp_yeah); in tcp_yeah_register()
216 return tcp_register_congestion_control(&bictcp); in bictcp_register()
325 tcp_register_congestion_control(&tcp_vegas); in tcp_vegas_register()
242 return tcp_register_congestion_control(&dctcp); in dctcp_register()
235 return tcp_register_congestion_control(kdata); in bpf_tcp_ca_reg()
295 return tcp_register_congestion_control(&tcp_westwood); in tcp_westwood_register()
334 return tcp_register_congestion_control(&tcp_lp); in tcp_lp_register()
344 return tcp_register_congestion_control(&tcp_illinois); in tcp_illinois_register()
304 return tcp_register_congestion_control(&htcp); in htcp_register()
488 return tcp_register_congestion_control(&tcpnv); in tcpnv_register()
415 tcp_register_congestion_control(&tcp_cdg); in tcp_cdg_register()
527 return tcp_register_congestion_control(&cubictcp); in cubictcp_register()
1158 return tcp_register_congestion_control(&tcp_bbr_cong_ops); in bbr_register()
4305 BUG_ON(tcp_register_congestion_control(&tcp_reno) != 0); in tcp_init()
1945 tcp_register_congestion_control
3971 tcp_register_congestion_control
1102 int tcp_register_congestion_control(struct tcp_congestion_ops *type);