Home
last modified time | relevance | path

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

/Linux-v5.4/net/ipv4/
Dtcp_scalable.c56 tcp_unregister_congestion_control(&tcp_scalable); in tcp_scalable_unregister()
Dtcp_highspeed.c178 tcp_unregister_congestion_control(&tcp_highspeed); in hstcp_unregister()
Dtcp_cong.c104 void tcp_unregister_congestion_control(struct tcp_congestion_ops *ca) in tcp_unregister_congestion_control() function
119 EXPORT_SYMBOL_GPL(tcp_unregister_congestion_control);
Dtcp_hybla.c186 tcp_unregister_congestion_control(&tcp_hybla); in hybla_unregister()
Dtcp_veno.c227 tcp_unregister_congestion_control(&tcp_veno); in tcp_veno_unregister()
Dtcp_vegas.c331 tcp_unregister_congestion_control(&tcp_vegas); in tcp_vegas_unregister()
Dtcp_yeah.c250 tcp_unregister_congestion_control(&tcp_yeah); in tcp_yeah_unregister()
Dtcp_bic.c220 tcp_unregister_congestion_control(&bictcp); in bictcp_unregister()
Dtcp_dctcp.c247 tcp_unregister_congestion_control(&dctcp); in dctcp_unregister()
Dtcp_lp.c339 tcp_unregister_congestion_control(&tcp_lp); in tcp_lp_unregister()
Dtcp_westwood.c300 tcp_unregister_congestion_control(&tcp_westwood); in tcp_westwood_unregister()
Dtcp_illinois.c349 tcp_unregister_congestion_control(&tcp_illinois); in tcp_illinois_unregister()
Dtcp_htcp.c309 tcp_unregister_congestion_control(&htcp); in htcp_unregister()
Dtcp_nv.c493 tcp_unregister_congestion_control(&tcpnv); in tcpnv_unregister()
Dtcp_cdg.c419 tcp_unregister_congestion_control(&tcp_cdg); in tcp_cdg_unregister()
Dtcp_cubic.c507 tcp_unregister_congestion_control(&cubictcp); in cubictcp_unregister()
Dtcp_bbr.c1163 tcp_unregister_congestion_control(&tcp_bbr_cong_ops); in bbr_unregister()
/Linux-v5.4/include/net/
Dtcp.h1067 void tcp_unregister_congestion_control(struct tcp_congestion_ops *type);