• Home
  • Raw
  • Download

Lines Matching defs:tcp_info

104351 struct tcp_info {  struct
104352 __u8 tcpi_state;
104353 __u8 tcpi_ca_state;
104354 __u8 tcpi_retransmits;
104355 __u8 tcpi_probes;
104356 __u8 tcpi_backoff;
104357 __u8 tcpi_options;
104358 __u8 tcpi_snd_wscale: 4;
104359 __u8 tcpi_rcv_wscale: 4;
104360 __u8 tcpi_delivery_rate_app_limited: 1;
104361 __u8 tcpi_fastopen_client_fail: 2;
104362 __u32 tcpi_rto;
104363 __u32 tcpi_ato;
104364 __u32 tcpi_snd_mss;
104365 __u32 tcpi_rcv_mss;
104366 __u32 tcpi_unacked;
104367 __u32 tcpi_sacked;
104368 __u32 tcpi_lost;
104369 __u32 tcpi_retrans;
104370 __u32 tcpi_fackets;
104371 __u32 tcpi_last_data_sent;
104372 __u32 tcpi_last_ack_sent;
104373 __u32 tcpi_last_data_recv;
104374 __u32 tcpi_last_ack_recv;
104375 __u32 tcpi_pmtu;
104376 __u32 tcpi_rcv_ssthresh;
104377 __u32 tcpi_rtt;
104378 __u32 tcpi_rttvar;
104379 __u32 tcpi_snd_ssthresh;
104380 __u32 tcpi_snd_cwnd;
104381 __u32 tcpi_advmss;
104382 __u32 tcpi_reordering;
104383 __u32 tcpi_rcv_rtt;
104384 __u32 tcpi_rcv_space;
104385 __u32 tcpi_total_retrans;
104386 __u64 tcpi_pacing_rate;
104387 __u64 tcpi_max_pacing_rate;
104388 __u64 tcpi_bytes_acked;
104389 __u64 tcpi_bytes_received;
104390 __u32 tcpi_segs_out;
104391 __u32 tcpi_segs_in;
104392 __u32 tcpi_notsent_bytes;
104393 __u32 tcpi_min_rtt;
104394 __u32 tcpi_data_segs_in;
104395 __u32 tcpi_data_segs_out;
104396 __u64 tcpi_delivery_rate;
104397 __u64 tcpi_busy_time;
104398 __u64 tcpi_rwnd_limited;
104399 __u64 tcpi_sndbuf_limited;
104400 __u32 tcpi_delivered;
104401 __u32 tcpi_delivered_ce;
104402 __u64 tcpi_bytes_sent;
104403 __u64 tcpi_bytes_retrans;
104404 __u32 tcpi_dsack_dups;
104405 __u32 tcpi_reord_seen;
104406 __u32 tcpi_rcv_ooopack;
104407 __u32 tcpi_snd_wnd;