Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h135703 struct tcp_info { struct
135704 __u8 tcpi_state;
135705 __u8 tcpi_ca_state;
135706 __u8 tcpi_retransmits;
135707 __u8 tcpi_probes;
135708 __u8 tcpi_backoff;
135709 __u8 tcpi_options;
135710 __u8 tcpi_snd_wscale: 4;
135711 __u8 tcpi_rcv_wscale: 4;
135712 __u8 tcpi_delivery_rate_app_limited: 1;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h143359 struct tcp_info { struct
143360 __u8 tcpi_state;
143361 __u8 tcpi_ca_state;
143362 __u8 tcpi_retransmits;
143363 __u8 tcpi_probes;
143364 __u8 tcpi_backoff;
143365 __u8 tcpi_options;
143366 __u8 tcpi_snd_wscale: 4;
143367 __u8 tcpi_rcv_wscale: 4;
143368 __u8 tcpi_delivery_rate_app_limited: 1;
[all …]