Lines Matching defs:tcp_info
222 struct tcp_info { struct
223 __u8 tcpi_state;
224 __u8 tcpi_ca_state;
225 __u8 tcpi_retransmits;
226 __u8 tcpi_probes;
227 __u8 tcpi_backoff;
228 __u8 tcpi_options;
229 __u8 tcpi_snd_wscale : 4, tcpi_rcv_wscale : 4;
230 __u8 tcpi_delivery_rate_app_limited:1, tcpi_fastopen_client_fail:2;
232 __u32 tcpi_rto;
233 __u32 tcpi_ato;
234 __u32 tcpi_snd_mss;
235 __u32 tcpi_rcv_mss;
237 __u32 tcpi_unacked;
238 __u32 tcpi_sacked;
239 __u32 tcpi_lost;
240 __u32 tcpi_retrans;
241 __u32 tcpi_fackets;
244 __u32 tcpi_last_data_sent;
245 __u32 tcpi_last_ack_sent; /* Not remembered, sorry. */
246 __u32 tcpi_last_data_recv;
247 __u32 tcpi_last_ack_recv;
250 __u32 tcpi_pmtu;
251 __u32 tcpi_rcv_ssthresh;
252 __u32 tcpi_rtt;
253 __u32 tcpi_rttvar;
254 __u32 tcpi_snd_ssthresh;
255 __u32 tcpi_snd_cwnd;
256 __u32 tcpi_advmss;
257 __u32 tcpi_reordering;
259 __u32 tcpi_rcv_rtt;
260 __u32 tcpi_rcv_space;
262 __u32 tcpi_total_retrans;
264 __u64 tcpi_pacing_rate;
265 __u64 tcpi_max_pacing_rate;
266 __u64 tcpi_bytes_acked; /* RFC4898 tcpEStatsAppHCThruOctetsAcked */
267 __u64 tcpi_bytes_received; /* RFC4898 tcpEStatsAppHCThruOctetsReceived */
268 __u32 tcpi_segs_out; /* RFC4898 tcpEStatsPerfSegsOut */
269 __u32 tcpi_segs_in; /* RFC4898 tcpEStatsPerfSegsIn */
271 __u32 tcpi_notsent_bytes;
272 __u32 tcpi_min_rtt;
273 __u32 tcpi_data_segs_in; /* RFC4898 tcpEStatsDataSegsIn */
274 __u32 tcpi_data_segs_out; /* RFC4898 tcpEStatsDataSegsOut */
276 __u64 tcpi_delivery_rate;
278 __u64 tcpi_busy_time; /* Time (usec) busy sending data */
279 __u64 tcpi_rwnd_limited; /* Time (usec) limited by receive window */
280 __u64 tcpi_sndbuf_limited; /* Time (usec) limited by send buffer */
282 __u32 tcpi_delivered;
283 __u32 tcpi_delivered_ce;
285 __u64 tcpi_bytes_sent; /* RFC4898 tcpEStatsPerfHCDataOctetsOut */
286 __u64 tcpi_bytes_retrans; /* RFC4898 tcpEStatsPerfOctetsRetrans */
287 __u32 tcpi_dsack_dups; /* RFC4898 tcpEStatsStackDSACKDups */
288 __u32 tcpi_reord_seen; /* reordering events seen */
290 __u32 tcpi_rcv_ooopack; /* Out-of-order packets received */
292 __u32 tcpi_snd_wnd; /* peer's advertised receive window after
295 __u32 tcpi_rcv_wnd; /* local advertised receive window after
299 __u32 tcpi_rehash; /* PLB or timeout triggered rehash attempts */
301 __u16 tcpi_total_rto; /* Total number of RTO timeouts, including
304 __u16 tcpi_total_rto_recoveries; /* Total number of RTO
308 __u32 tcpi_total_rto_time; /* Total time spent in RTO recoveries