Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dtcp.h162 struct tcp_info { struct
163 __u8 tcpi_state;
164 __u8 tcpi_ca_state;
165 __u8 tcpi_retransmits;
166 __u8 tcpi_probes;
167 __u8 tcpi_backoff;
168 __u8 tcpi_options;
169 __u8 tcpi_snd_wscale : 4, tcpi_rcv_wscale : 4;
170 __u8 tcpi_delivery_rate_app_limited:1;
172 __u32 tcpi_rto;
[all …]
/external/iproute2/include/linux/
Dtcp.h152 struct tcp_info { struct
153 __u8 tcpi_state;
154 __u8 tcpi_ca_state;
155 __u8 tcpi_retransmits;
156 __u8 tcpi_probes;
157 __u8 tcpi_backoff;
158 __u8 tcpi_options;
159 __u8 tcpi_snd_wscale : 4, tcpi_rcv_wscale : 4;
161 __u32 tcpi_rto;
162 __u32 tcpi_ato;
[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 …]
/external/netperf/src/
Dnettest_omni.c3393 dump_tcp_info(struct tcp_info *tcp_info) in dump_tcp_info()
3420 struct tcp_info tcp_info; in get_transport_retrans() local