Home
last modified time | relevance | path

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

/linux-4.19.296/include/net/
Dtcp.h1023 struct tcp_congestion_ops { struct
1024 struct list_head list;
1025 u32 key;
1026 u32 flags;
1029 void (*init)(struct sock *sk);
1031 void (*release)(struct sock *sk);
1034 u32 (*ssthresh)(struct sock *sk);
1036 void (*cong_avoid)(struct sock *sk, u32 ack, u32 acked);
1038 void (*set_state)(struct sock *sk, u8 new_state);
1063 int tcp_register_congestion_control(struct tcp_congestion_ops *type); argument