Home
last modified time | relevance | path

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

/linux-4.19.296/include/uapi/linux/
Dtcp.h176 struct tcp_info { struct
177 __u8 tcpi_state;
178 __u8 tcpi_ca_state;
179 __u8 tcpi_retransmits;
180 __u8 tcpi_probes;
181 __u8 tcpi_backoff;
182 __u8 tcpi_options;
183 __u8 tcpi_snd_wscale : 4, tcpi_rcv_wscale : 4;
184 __u8 tcpi_delivery_rate_app_limited:1;
186 __u32 tcpi_rto;
[all …]