Searched defs:tcp_congestion_ops (Results 1 – 1 of 1) sorted by relevance
1316 struct tcp_congestion_ops { struct1331 void (*cong_avoid)(struct sock *sk, u32 ack, u32 acked);1335 void (*cong_control)(struct sock *sk, u32 ack, int flag, const struct rate_sample *rs);1338 u32 (*ssthresh)(struct sock *sk);1341 void (*set_state)(struct sock *sk, u8 new_state);1344 void (*cwnd_event)(struct sock *sk, enum tcp_ca_event ev);1347 void (*cwnd_event_tx_start)(struct sock *sk);1350 void (*in_ack_event)(struct sock *sk, u32 flags);1353 void (*pkts_acked)(struct sock *sk, const struct ack_sample *sample);1356 u32 (*min_tso_segs)(struct sock *sk);[all …]