Searched refs:tcp_register_congestion_control (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dtcp_scalable.c49 return tcp_register_congestion_control(&tcp_scalable);
H A Dtcp_highspeed.c174 return tcp_register_congestion_control(&tcp_highspeed);
H A Dtcp_hybla.c179 return tcp_register_congestion_control(&tcp_hybla);
H A Dtcp_veno.c220 tcp_register_congestion_control(&tcp_veno);
H A Dtcp_cong.c38 int tcp_register_congestion_control(struct tcp_congestion_ops *ca) function
61 EXPORT_SYMBOL_GPL(tcp_register_congestion_control); variable
H A Dtcp_bic.c226 return tcp_register_congestion_control(&bictcp);
H A Dtcp_illinois.c342 return tcp_register_congestion_control(&tcp_illinois);
H A Dtcp_lp.c328 return tcp_register_congestion_control(&tcp_lp);
H A Dtcp_vegas.c325 tcp_register_congestion_control(&tcp_vegas);
H A Dtcp_westwood.c291 return tcp_register_congestion_control(&tcp_westwood);
H A Dtcp_yeah.c246 tcp_register_congestion_control(&tcp_yeah);
H A Dtcp_cubic.c450 return tcp_register_congestion_control(&cubictcp);
H A Dtcp_htcp.c302 return tcp_register_congestion_control(&htcp);
H A Dtcp.c3319 tcp_register_congestion_control(&tcp_reno);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dtcp.h686 extern int tcp_register_congestion_control(struct tcp_congestion_ops *type);

Completed in 142 milliseconds