Searched defs:tcp_congestion_ops (Results 1 – 1 of 1) sorted by relevance
809 struct tcp_congestion_ops { struct810 struct list_head list;811 u32 key;812 u32 flags;815 void (*init)(struct sock *sk);817 void (*release)(struct sock *sk);841 int tcp_register_congestion_control(struct tcp_congestion_ops *type); argument