Home
last modified time | relevance | path

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

/include/net/
Dtcp.h1037 struct tcp_congestion_ops { struct
1038 struct list_head list;
1039 u32 key;
1040 u32 flags;
1043 void (*init)(struct sock *sk);
1045 void (*release)(struct sock *sk);
1048 u32 (*ssthresh)(struct sock *sk);
1050 void (*cong_avoid)(struct sock *sk, u32 ack, u32 acked);
1052 void (*set_state)(struct sock *sk, u8 new_state);
1077 int tcp_register_congestion_control(struct tcp_congestion_ops *type); argument