Searched defs:tcp_info (Results 1 – 1 of 1) sorted by relevance
176 struct tcp_info { struct177 __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 …]