Searched refs:tcp_congestion_ops (Results 1 - 17 of 17) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dtcp_cong.c21 static struct tcp_congestion_ops *tcp_ca_find(const char *name)
23 struct tcp_congestion_ops *e;
37 int tcp_register_congestion_control(struct tcp_congestion_ops *ca)
68 void tcp_unregister_congestion_control(struct tcp_congestion_ops *ca)
80 struct tcp_congestion_ops *ca;
113 struct tcp_congestion_ops *ca;
149 struct tcp_congestion_ops *ca;
165 struct tcp_congestion_ops *ca;
170 ca = list_entry(tcp_cong_list.next, struct tcp_congestion_ops, list);
178 struct tcp_congestion_ops *c
[all...]
H A Dtcp_scalable.c45 static struct tcp_congestion_ops tcp_scalable = {
H A Dtcp_highspeed.c162 static struct tcp_congestion_ops tcp_highspeed = {
H A Dtcp_hybla.c160 static struct tcp_congestion_ops tcp_hybla = {
H A Dtcp_veno.c207 static struct tcp_congestion_ops tcp_veno = {
H A Dtcp_bic.c221 static struct tcp_congestion_ops bictcp = {
H A Dtcp_illinois.c328 static struct tcp_congestion_ops tcp_illinois = {
H A Dtcp_lp.c314 static struct tcp_congestion_ops tcp_lp = {
H A Dtcp_vegas.c356 static struct tcp_congestion_ops tcp_vegas = {
H A Dtcp_westwood.c274 static struct tcp_congestion_ops tcp_westwood = {
H A Dtcp_yeah.c236 static struct tcp_congestion_ops tcp_yeah = {
H A Dtcp_cubic.c349 static struct tcp_congestion_ops cubictcp = {
H A Dtcp_htcp.c285 static struct tcp_congestion_ops htcp = {
H A Dtcp_input.c1846 const struct tcp_congestion_ops *ca_ops = inet_csk(sk)->icsk_ca_ops;
2484 const struct tcp_congestion_ops *ca_ops
H A Dtcp.c2516 extern struct tcp_congestion_ops tcp_reno;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dinet_connection_sock.h33 struct tcp_congestion_ops;
94 const struct tcp_congestion_ops *icsk_ca_ops;
H A Dtcp.h634 struct tcp_congestion_ops { struct
665 extern int tcp_register_congestion_control(struct tcp_congestion_ops *type);
666 extern void tcp_unregister_congestion_control(struct tcp_congestion_ops *type);
678 extern struct tcp_congestion_ops tcp_init_congestion_ops;
683 extern struct tcp_congestion_ops tcp_reno;

Completed in 405 milliseconds