Home
last modified time | relevance | path

Searched refs:tcp_register_congestion_control (Results 1 – 23 of 23) sorted by relevance

/linux/net/ipv4/
A Dtcp_scalable.c52 return tcp_register_congestion_control(&tcp_scalable); in tcp_scalable_register()
A Dtcp_highspeed.c173 return tcp_register_congestion_control(&tcp_highspeed); in hstcp_register()
A Dtcp_cong.c70 int tcp_register_congestion_control(struct tcp_congestion_ops *ca) in tcp_register_congestion_control() function
96 EXPORT_SYMBOL_GPL(tcp_register_congestion_control);
A Dtcp_hybla.c181 return tcp_register_congestion_control(&tcp_hybla); in hybla_register()
A Dtcp_veno.c224 tcp_register_congestion_control(&tcp_veno); in tcp_veno_register()
A Dtcp_yeah.c225 tcp_register_congestion_control(&tcp_yeah); in tcp_yeah_register()
A Dtcp_bic.c216 return tcp_register_congestion_control(&bictcp); in bictcp_register()
A Dtcp_vegas.c325 tcp_register_congestion_control(&tcp_vegas); in tcp_vegas_register()
A Dtcp_dctcp.c261 ret = tcp_register_congestion_control(&dctcp); in dctcp_register()
A Dtcp_lp.c341 return tcp_register_congestion_control(&tcp_lp); in tcp_lp_register()
A Dtcp_westwood.c295 return tcp_register_congestion_control(&tcp_westwood); in tcp_westwood_register()
A Dbpf_tcp_ca.c286 return tcp_register_congestion_control(kdata); in bpf_tcp_ca_reg()
A Dtcp_illinois.c344 return tcp_register_congestion_control(&tcp_illinois); in tcp_illinois_register()
A Dtcp_htcp.c304 return tcp_register_congestion_control(&htcp); in htcp_register()
A Dtcp_nv.c487 return tcp_register_congestion_control(&tcpnv); in tcpnv_register()
A Dtcp_cdg.c413 tcp_register_congestion_control(&tcp_cdg); in tcp_cdg_register()
A Dtcp_cubic.c537 ret = tcp_register_congestion_control(&cubictcp); in cubictcp_register()
A Dtcp_bbr.c1179 ret = tcp_register_congestion_control(&tcp_bbr_cong_ops); in bbr_register()
A Dtcp.c4579 BUG_ON(tcp_register_congestion_control(&tcp_reno) != 0); in tcp_init()
/linux/include/net/
A Dtcp.h1102 int tcp_register_congestion_control(struct tcp_congestion_ops *type);
/linux/
A Dvmlinux.symvers11406 0x00000000 tcp_register_congestion_control vmlinux EXPORT_SYMBOL_GPL
A DSystem.map53193 ffff800010e57000 T tcp_register_congestion_control
A D.tmp_System.map53193 ffff800010e57000 T tcp_register_congestion_control

Completed in 372 milliseconds