Searched defs:tcp_info (Results 1 – 8 of 8) sorted by relevance
110 struct tcp_info { struct111 uint8_t tcpi_state;112 uint8_t tcpi_ca_state;113 uint8_t tcpi_retransmits;114 uint8_t tcpi_probes;115 uint8_t tcpi_backoff;116 uint8_t tcpi_options;117 uint8_t tcpi_snd_wscale : 4, tcpi_rcv_wscale : 4;118 uint8_t tcpi_delivery_rate_app_limited : 1;119 uint32_t tcpi_rto;[all …]
184 struct tcp_info { struct185 uint8_t tcpi_state;186 uint8_t tcpi_ca_state;187 uint8_t tcpi_retransmits;188 uint8_t tcpi_probes;189 uint8_t tcpi_backoff;190 uint8_t tcpi_options;191 uint8_t tcpi_snd_wscale : 4, tcpi_rcv_wscale : 4;192 uint8_t tcpi_delivery_rate_app_limited : 1;193 uint32_t tcpi_rto;[all …]
932 struct tcp_info tcp_info; in get_tcp_hint() local