Searched refs:tcp_register_congestion_control (Results 1 – 18 of 18) sorted by relevance
49 return tcp_register_congestion_control(&tcp_scalable); in tcp_scalable_register()
172 return tcp_register_congestion_control(&tcp_highspeed); in hstcp_register()
67 int tcp_register_congestion_control(struct tcp_congestion_ops *ca) in tcp_register_congestion_control() function92 EXPORT_SYMBOL_GPL(tcp_register_congestion_control);
218 tcp_register_congestion_control(&tcp_veno); in tcp_veno_register()
179 return tcp_register_congestion_control(&tcp_hybla); in hybla_register()
241 tcp_register_congestion_control(&tcp_yeah); in tcp_yeah_register()
226 return tcp_register_congestion_control(&bictcp); in bictcp_register()
323 tcp_register_congestion_control(&tcp_vegas); in tcp_vegas_register()
329 return tcp_register_congestion_control(&tcp_lp); in tcp_lp_register()
292 return tcp_register_congestion_control(&tcp_westwood); in tcp_westwood_register()
335 return tcp_register_congestion_control(&dctcp); in dctcp_register()
341 return tcp_register_congestion_control(&tcp_illinois); in tcp_illinois_register()
304 return tcp_register_congestion_control(&htcp); in htcp_register()
420 tcp_register_congestion_control(&tcp_cdg); in tcp_cdg_register()
512 return tcp_register_congestion_control(&cubictcp); in cubictcp_register()
3191 BUG_ON(tcp_register_congestion_control(&tcp_reno) != 0); in tcp_init()
32 tcp_register_congestion_control. As a minimum name, ssthresh,
881 int tcp_register_congestion_control(struct tcp_congestion_ops *type);