Searched defs:tcp_info (Results 1 – 1 of 1) sorted by relevance
159 struct tcp_info { struct160 uint8_t tcpi_state; /* TCP FSM state. */161 uint8_t __tcpi_ca_state;162 uint8_t __tcpi_retransmits;163 uint8_t __tcpi_probes;164 uint8_t __tcpi_backoff;165 uint8_t tcpi_options; /* Options enabled on conn. */167 uint8_t tcpi_snd_wscale:4, /* RFC1323 send shift value. */169 tcpi_rcv_wscale:4; /* RFC1323 recv shift value. */171 uint32_t tcpi_rto; /* Retransmission timeout (usec). */[all …]