Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/
Dtcp_scalable.c55 tcp_unregister_congestion_control(&tcp_scalable); in tcp_scalable_unregister()
Dtcp_highspeed.c177 tcp_unregister_congestion_control(&tcp_highspeed); in hstcp_unregister()
Dtcp_cong.c103 void tcp_unregister_congestion_control(struct tcp_congestion_ops *ca) in tcp_unregister_congestion_control() function
118 EXPORT_SYMBOL_GPL(tcp_unregister_congestion_control);
Dtcp_veno.c226 tcp_unregister_congestion_control(&tcp_veno); in tcp_veno_unregister()
Dtcp_hybla.c185 tcp_unregister_congestion_control(&tcp_hybla); in hybla_unregister()
Dtcp_vegas.c330 tcp_unregister_congestion_control(&tcp_vegas); in tcp_vegas_unregister()
Dtcp_yeah.c249 tcp_unregister_congestion_control(&tcp_yeah); in tcp_yeah_unregister()
Dtcp_bic.c219 tcp_unregister_congestion_control(&bictcp); in bictcp_unregister()
Dtcp_lp.c338 tcp_unregister_congestion_control(&tcp_lp); in tcp_lp_unregister()
Dtcp_westwood.c299 tcp_unregister_congestion_control(&tcp_westwood); in tcp_westwood_unregister()
Dtcp_dctcp.c309 tcp_unregister_congestion_control(&dctcp); in dctcp_unregister()
Dtcp_illinois.c348 tcp_unregister_congestion_control(&tcp_illinois); in tcp_illinois_unregister()
Dtcp_htcp.c308 tcp_unregister_congestion_control(&htcp); in htcp_unregister()
Dtcp_nv.c492 tcp_unregister_congestion_control(&tcpnv); in tcpnv_unregister()
Dtcp_cdg.c418 tcp_unregister_congestion_control(&tcp_cdg); in tcp_cdg_unregister()
Dtcp_cubic.c506 tcp_unregister_congestion_control(&cubictcp); in cubictcp_unregister()
Dtcp_bbr.c970 tcp_unregister_congestion_control(&tcp_bbr_cong_ops); in bbr_unregister()
/Linux-v4.19/include/net/
Dtcp.h1045 void tcp_unregister_congestion_control(struct tcp_congestion_ops *type);