tcp_unregister_congestion_control
void tcp_unregister_congestion_control(struct tcp_congestion_ops *type);
tcp_unregister_congestion_control(kdata);
tcp_unregister_congestion_control(&tcp_bbr_cong_ops);
tcp_unregister_congestion_control(&bictcp);
tcp_unregister_congestion_control(&tcp_cdg);
EXPORT_SYMBOL_GPL(tcp_unregister_congestion_control);
tcp_unregister_congestion_control(&cubictcp);
tcp_unregister_congestion_control(&dctcp);
tcp_unregister_congestion_control(&tcp_highspeed);
tcp_unregister_congestion_control(&htcp);
tcp_unregister_congestion_control(&tcp_hybla);
tcp_unregister_congestion_control(&tcp_illinois);
tcp_unregister_congestion_control(&tcp_lp);
tcp_unregister_congestion_control(&tcpnv);
tcp_unregister_congestion_control(&tcp_scalable);
tcp_unregister_congestion_control(&tcp_vegas);
tcp_unregister_congestion_control(&tcp_veno);
tcp_unregister_congestion_control(&tcp_westwood);
tcp_unregister_congestion_control(&tcp_yeah);