Searched defs:tcp_info (Results 1 – 1 of 1) sorted by relevance
152 struct tcp_info { struct153 __u8 tcpi_state;154 __u8 tcpi_ca_state;155 __u8 tcpi_retransmits;156 __u8 tcpi_probes;157 __u8 tcpi_backoff;158 __u8 tcpi_options;159 __u8 tcpi_snd_wscale : 4, tcpi_rcv_wscale : 4;161 __u32 tcpi_rto;162 __u32 tcpi_ato;[all …]