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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dtcp_cong.c22 static struct tcp_congestion_ops *tcp_ca_find(const char *name)
24 struct tcp_congestion_ops *e;
38 int tcp_register_congestion_control(struct tcp_congestion_ops *ca)
69 void tcp_unregister_congestion_control(struct tcp_congestion_ops *ca)
81 struct tcp_congestion_ops *ca;
114 struct tcp_congestion_ops *ca;
150 struct tcp_congestion_ops *ca;
166 struct tcp_congestion_ops *ca;
171 ca = list_entry(tcp_cong_list.next, struct tcp_congestion_ops, list);
179 struct tcp_congestion_ops *c
[all...]
H A Dtcp_scalable.c38 static struct tcp_congestion_ops tcp_scalable = {
H A Dtcp_highspeed.c161 static struct tcp_congestion_ops tcp_highspeed = {
H A Dtcp_hybla.c165 static struct tcp_congestion_ops tcp_hybla = {
H A Dtcp_veno.c204 static struct tcp_congestion_ops tcp_veno = {
H A Dtcp_bic.c212 static struct tcp_congestion_ops bictcp = {
H A Dtcp_illinois.c325 static struct tcp_congestion_ops tcp_illinois = {
H A Dtcp_lp.c313 static struct tcp_congestion_ops tcp_lp = {
H A Dtcp_vegas.c307 static struct tcp_congestion_ops tcp_vegas = {
H A Dtcp_westwood.c275 static struct tcp_congestion_ops tcp_westwood = {
H A Dtcp_yeah.c228 static struct tcp_congestion_ops tcp_yeah = {
H A Dtcp_cubic.c408 static struct tcp_congestion_ops cubictcp = {
H A Dtcp_htcp.c287 static struct tcp_congestion_ops htcp = {
H A Dtcp.c3219 extern struct tcp_congestion_ops tcp_reno;
H A Dtcp_input.c2598 const struct tcp_congestion_ops *ca_ops = inet_csk(sk)->icsk_ca_ops;
3316 const struct tcp_congestion_ops *ca_ops
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dinet_connection_sock.h32 struct tcp_congestion_ops;
96 const struct tcp_congestion_ops *icsk_ca_ops;
H A Dtcp.h656 struct tcp_congestion_ops { struct
686 extern int tcp_register_congestion_control(struct tcp_congestion_ops *type);
687 extern void tcp_unregister_congestion_control(struct tcp_congestion_ops *type);
700 extern struct tcp_congestion_ops tcp_init_congestion_ops;
704 extern struct tcp_congestion_ops tcp_reno;

Completed in 99 milliseconds