Searched defs:tcp_info (Results 1 – 1 of 1) sorted by relevance
130 struct tcp_info { struct131 __u8 tcpi_state;132 __u8 tcpi_ca_state;133 __u8 tcpi_retransmits;134 __u8 tcpi_probes;135 __u8 tcpi_backoff;136 __u8 tcpi_options;137 __u8 tcpi_snd_wscale : 4, tcpi_rcv_wscale : 4;139 __u32 tcpi_rto;140 __u32 tcpi_ato;[all …]