Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Dtcp.h1004 struct tcp_congestion_ops { struct
1005 struct list_head list;
1006 u32 key;
1007 u32 flags;
1010 void (*init)(struct sock *sk);
1012 void (*release)(struct sock *sk);
1015 u32 (*ssthresh)(struct sock *sk);
1017 void (*cong_avoid)(struct sock *sk, u32 ack, u32 acked);
1019 void (*set_state)(struct sock *sk, u8 new_state);
1044 int tcp_register_congestion_control(struct tcp_congestion_ops *type); argument