Home
last modified time | relevance | path

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

/developtools/profiler/hiebpf/include/
Dvmlinux.h10889 struct tcp_congestion_ops { struct
10890 u32 (*ssthresh)(struct sock *);
10891 void (*cong_avoid)(struct sock *, u32, u32);
10892 void (*set_state)(struct sock *, u8);
10893 void (*cwnd_event)(struct sock *, enum tcp_ca_event);
10894 void (*in_ack_event)(struct sock *, u32);
10895 void (*pkts_acked)(struct sock *, const struct ack_sample *);
10896 u32 (*min_tso_segs)(struct sock *);
10897 void (*cong_control)(struct sock *, const struct rate_sample *);
10898 u32 (*undo_cwnd)(struct sock *);
[all …]