Searched defs:tcp_info (Results 1 – 1 of 1) sorted by relevance
166 struct tcp_info { struct167 __u8 tcpi_state;168 __u8 tcpi_ca_state;169 __u8 tcpi_retransmits;170 __u8 tcpi_probes;171 __u8 tcpi_backoff;172 __u8 tcpi_options;173 __u8 tcpi_snd_wscale : 4, tcpi_rcv_wscale : 4;174 __u8 tcpi_delivery_rate_app_limited:1;176 __u32 tcpi_rto;[all …]