Lines Matching defs:tcp_info
230 struct tcp_info { struct
231 __u8 tcpi_state;
232 __u8 tcpi_ca_state;
233 __u8 tcpi_retransmits;
234 __u8 tcpi_probes;
235 __u8 tcpi_backoff;
236 __u8 tcpi_options;
237 __u8 tcpi_snd_wscale : 4, tcpi_rcv_wscale : 4;
238 __u8 tcpi_delivery_rate_app_limited:1, tcpi_fastopen_client_fail:2;
240 __u32 tcpi_rto;
241 __u32 tcpi_ato;
242 __u32 tcpi_snd_mss;
243 __u32 tcpi_rcv_mss;
245 __u32 tcpi_unacked;
246 __u32 tcpi_sacked;
247 __u32 tcpi_lost;
248 __u32 tcpi_retrans;
249 __u32 tcpi_fackets;
252 __u32 tcpi_last_data_sent;
253 __u32 tcpi_last_ack_sent; /* Not remembered, sorry. */
254 __u32 tcpi_last_data_recv;
255 __u32 tcpi_last_ack_recv;
258 __u32 tcpi_pmtu;
259 __u32 tcpi_rcv_ssthresh;
260 __u32 tcpi_rtt;
261 __u32 tcpi_rttvar;
262 __u32 tcpi_snd_ssthresh;
263 __u32 tcpi_snd_cwnd;
264 __u32 tcpi_advmss;
265 __u32 tcpi_reordering;
267 __u32 tcpi_rcv_rtt;
268 __u32 tcpi_rcv_space;
270 __u32 tcpi_total_retrans;
272 __u64 tcpi_pacing_rate;
273 __u64 tcpi_max_pacing_rate;
274 __u64 tcpi_bytes_acked; /* RFC4898 tcpEStatsAppHCThruOctetsAcked */
275 __u64 tcpi_bytes_received; /* RFC4898 tcpEStatsAppHCThruOctetsReceived */
276 __u32 tcpi_segs_out; /* RFC4898 tcpEStatsPerfSegsOut */
277 __u32 tcpi_segs_in; /* RFC4898 tcpEStatsPerfSegsIn */
279 __u32 tcpi_notsent_bytes;
280 __u32 tcpi_min_rtt;
281 __u32 tcpi_data_segs_in; /* RFC4898 tcpEStatsDataSegsIn */
282 __u32 tcpi_data_segs_out; /* RFC4898 tcpEStatsDataSegsOut */
284 __u64 tcpi_delivery_rate;
286 __u64 tcpi_busy_time; /* Time (usec) busy sending data */
287 __u64 tcpi_rwnd_limited; /* Time (usec) limited by receive window */
288 __u64 tcpi_sndbuf_limited; /* Time (usec) limited by send buffer */
290 __u32 tcpi_delivered;
291 __u32 tcpi_delivered_ce;
293 __u64 tcpi_bytes_sent; /* RFC4898 tcpEStatsPerfHCDataOctetsOut */
294 __u64 tcpi_bytes_retrans; /* RFC4898 tcpEStatsPerfOctetsRetrans */
295 __u32 tcpi_dsack_dups; /* RFC4898 tcpEStatsStackDSACKDups */
296 __u32 tcpi_reord_seen; /* reordering events seen */
298 __u32 tcpi_rcv_ooopack; /* Out-of-order packets received */
300 __u32 tcpi_snd_wnd; /* peer's advertised receive window after