Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/
Dtcp.h849 struct tcp_congestion_ops { struct
850 struct list_head list;
851 u32 key;
852 u32 flags;
855 void (*init)(struct sock *sk);
857 void (*release)(struct sock *sk);
881 int tcp_register_congestion_control(struct tcp_congestion_ops *type); argument