Home
last modified time | relevance | path

Searched defs:tcp_info (Results 1 – 3 of 3) sorted by relevance

/external/iproute2/include/uapi/linux/
Dtcp.h166 struct tcp_info { struct
167 __u8 tcpi_state;
168 __u8 tcpi_ca_state;
169 __u8 tcpi_retransmits;
170 __u8 tcpi_probes;
171 __u8 tcpi_backoff;
172 __u8 tcpi_options;
173 __u8 tcpi_snd_wscale : 4, tcpi_rcv_wscale : 4;
174 __u8 tcpi_delivery_rate_app_limited:1;
176 __u32 tcpi_rto;
[all …]
/external/kernel-headers/original/uapi/linux/
Dtcp.h168 struct tcp_info { struct
169 __u8 tcpi_state;
170 __u8 tcpi_ca_state;
171 __u8 tcpi_retransmits;
172 __u8 tcpi_probes;
173 __u8 tcpi_backoff;
174 __u8 tcpi_options;
175 __u8 tcpi_snd_wscale : 4, tcpi_rcv_wscale : 4;
176 __u8 tcpi_delivery_rate_app_limited:1;
178 __u32 tcpi_rto;
[all …]
/external/iproute2/include/netinet/
Dtcp.h187 struct tcp_info struct
189 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 …]