Searched defs:tcp_info (Results 1 – 2 of 2) sorted by relevance
149 struct tcp_info { struct150 __u8 tcpi_state;151 __u8 tcpi_ca_state;152 __u8 tcpi_retransmits;153 __u8 tcpi_probes;154 __u8 tcpi_backoff;155 __u8 tcpi_options;156 __u8 tcpi_snd_wscale : 4, tcpi_rcv_wscale : 4;158 __u32 tcpi_rto;159 __u32 tcpi_ato;[all …]
187 struct tcp_info struct189 u_int8_t tcpi_state;190 u_int8_t tcpi_ca_state;191 u_int8_t tcpi_retransmits;192 u_int8_t tcpi_probes;193 u_int8_t tcpi_backoff;194 u_int8_t tcpi_options;195 u_int8_t tcpi_snd_wscale : 4, tcpi_rcv_wscale : 4;197 u_int32_t tcpi_rto;198 u_int32_t tcpi_ato;[all …]