Home
last modified time | relevance | path

Searched defs:tcp_congestion_ops (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/include/net/
Dtcp.h661 struct tcp_congestion_ops { struct
662 struct list_head list;
663 unsigned long flags;
666 void (*init)(struct sock *sk);
691 extern int tcp_register_congestion_control(struct tcp_congestion_ops *type); argument