Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h4636 struct tcp_congestion_ops { struct
4637 u32 (*ssthresh)(struct sock *);
4638 void (*cong_avoid)(struct sock *, u32, u32);
4639 void (*set_state)(struct sock *, u8);
4640 void (*cwnd_event)(struct sock *, enum tcp_ca_event);
4641 void (*in_ack_event)(struct sock *, u32);
4642 void (*pkts_acked)(struct sock *, const struct ack_sample *);
4643 u32 (*min_tso_segs)(struct sock *);
4644 void (*cong_control)(struct sock *, const struct rate_sample *);
4645 u32 (*undo_cwnd)(struct sock *);
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h4215 struct tcp_congestion_ops { struct
4216 u32 (*ssthresh)(struct sock *);
4217 void (*cong_avoid)(struct sock *, u32, u32);
4218 void (*set_state)(struct sock *, u8);
4219 void (*cwnd_event)(struct sock *, enum tcp_ca_event);
4220 void (*in_ack_event)(struct sock *, u32);
4221 void (*pkts_acked)(struct sock *, const struct ack_sample *);
4222 u32 (*min_tso_segs)(struct sock *);
4223 void (*cong_control)(struct sock *, const struct rate_sample *);
4224 u32 (*undo_cwnd)(struct sock *);
[all …]