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