Searched defs:tcp_congestion_ops (Results 1 – 1 of 1) sorted by relevance
12762 struct tcp_congestion_ops { struct12763 u32 (*ssthresh)(struct sock *);12764 void (*cong_avoid)(struct sock *, u32, u32);12765 void (*set_state)(struct sock *, u8);12766 void (*cwnd_event)(struct sock *, enum tcp_ca_event);12767 void (*in_ack_event)(struct sock *, u32);12768 void (*pkts_acked)(struct sock *, const struct ack_sample *);12769 u32 (*min_tso_segs)(struct sock *);12770 void (*cong_control)(struct sock *, const struct rate_sample *);12771 u32 (*undo_cwnd)(struct sock *);[all …]