Home
last modified time | relevance | path

Searched refs:tcp_unregister_congestion_control (Results 1 – 16 of 16) sorted by relevance

/linux-4.4.14/net/ipv4/
Dtcp_scalable.c54 tcp_unregister_congestion_control(&tcp_scalable); in tcp_scalable_unregister()
Dtcp_highspeed.c177 tcp_unregister_congestion_control(&tcp_highspeed); in hstcp_unregister()
Dtcp_cong.c100 void tcp_unregister_congestion_control(struct tcp_congestion_ops *ca) in tcp_unregister_congestion_control() function
115 EXPORT_SYMBOL_GPL(tcp_unregister_congestion_control);
Dtcp_veno.c224 tcp_unregister_congestion_control(&tcp_veno); in tcp_veno_unregister()
Dtcp_hybla.c184 tcp_unregister_congestion_control(&tcp_hybla); in hybla_unregister()
Dtcp_yeah.c247 tcp_unregister_congestion_control(&tcp_yeah); in tcp_yeah_unregister()
Dtcp_bic.c231 tcp_unregister_congestion_control(&bictcp); in bictcp_unregister()
Dtcp_vegas.c329 tcp_unregister_congestion_control(&tcp_vegas); in tcp_vegas_unregister()
Dtcp_lp.c334 tcp_unregister_congestion_control(&tcp_lp); in tcp_lp_unregister()
Dtcp_westwood.c297 tcp_unregister_congestion_control(&tcp_westwood); in tcp_westwood_unregister()
Dtcp_dctcp.c340 tcp_unregister_congestion_control(&dctcp); in dctcp_unregister()
Dtcp_illinois.c346 tcp_unregister_congestion_control(&tcp_illinois); in tcp_illinois_unregister()
Dtcp_htcp.c309 tcp_unregister_congestion_control(&htcp); in htcp_unregister()
Dtcp_cdg.c426 tcp_unregister_congestion_control(&tcp_cdg); in tcp_cdg_unregister()
Dtcp_cubic.c517 tcp_unregister_congestion_control(&cubictcp); in cubictcp_unregister()
/linux-4.4.14/include/net/
Dtcp.h882 void tcp_unregister_congestion_control(struct tcp_congestion_ops *type);