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

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 = {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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 = {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/net/
H A Dinet_connection_sock.h32 struct tcp_congestion_ops;
96 const struct tcp_congestion_ops *icsk_ca_ops;

Completed in 223 milliseconds

12