Searched defs:tcp_info (Results 1 – 1 of 1) sorted by relevance
127 struct tcp_info { struct128 uint8_t tcpi_state; /* TCP FSM state. */129 uint8_t __tcpi_ca_state;130 uint8_t __tcpi_retransmits;131 uint8_t __tcpi_probes;132 uint8_t __tcpi_backoff;133 uint8_t tcpi_options; /* Options enabled on conn. */139 uint8_t tcpi_snd_wscale; /* RFC1323 send shift value. */140 uint8_t tcpi_rcv_wscale; /* RFC1323 recv shift value. */142 uint32_t tcpi_rto; /* Retransmission timeout (usec). */[all …]