• Home
  • Raw
  • Download

Lines Matching defs:tcp_info

214 struct tcp_info {  struct
215 __u8 tcpi_state;
216 __u8 tcpi_ca_state;
217 __u8 tcpi_retransmits;
218 __u8 tcpi_probes;
219 __u8 tcpi_backoff;
220 __u8 tcpi_options;
221 __u8 tcpi_snd_wscale : 4, tcpi_rcv_wscale : 4;
222 __u8 tcpi_delivery_rate_app_limited:1, tcpi_fastopen_client_fail:2;
224 __u32 tcpi_rto;
225 __u32 tcpi_ato;
226 __u32 tcpi_snd_mss;
227 __u32 tcpi_rcv_mss;
229 __u32 tcpi_unacked;
230 __u32 tcpi_sacked;
231 __u32 tcpi_lost;
232 __u32 tcpi_retrans;
233 __u32 tcpi_fackets;
236 __u32 tcpi_last_data_sent;
237 __u32 tcpi_last_ack_sent; /* Not remembered, sorry. */
238 __u32 tcpi_last_data_recv;
239 __u32 tcpi_last_ack_recv;
242 __u32 tcpi_pmtu;
243 __u32 tcpi_rcv_ssthresh;
244 __u32 tcpi_rtt;
245 __u32 tcpi_rttvar;
246 __u32 tcpi_snd_ssthresh;
247 __u32 tcpi_snd_cwnd;
248 __u32 tcpi_advmss;
249 __u32 tcpi_reordering;
251 __u32 tcpi_rcv_rtt;
252 __u32 tcpi_rcv_space;
254 __u32 tcpi_total_retrans;
256 __u64 tcpi_pacing_rate;
257 __u64 tcpi_max_pacing_rate;
258 __u64 tcpi_bytes_acked; /* RFC4898 tcpEStatsAppHCThruOctetsAcked */
259 __u64 tcpi_bytes_received; /* RFC4898 tcpEStatsAppHCThruOctetsReceived */
260 __u32 tcpi_segs_out; /* RFC4898 tcpEStatsPerfSegsOut */
261 __u32 tcpi_segs_in; /* RFC4898 tcpEStatsPerfSegsIn */
263 __u32 tcpi_notsent_bytes;
264 __u32 tcpi_min_rtt;
265 __u32 tcpi_data_segs_in; /* RFC4898 tcpEStatsDataSegsIn */
266 __u32 tcpi_data_segs_out; /* RFC4898 tcpEStatsDataSegsOut */
268 __u64 tcpi_delivery_rate;
270 __u64 tcpi_busy_time; /* Time (usec) busy sending data */
271 __u64 tcpi_rwnd_limited; /* Time (usec) limited by receive window */
272 __u64 tcpi_sndbuf_limited; /* Time (usec) limited by send buffer */
274 __u32 tcpi_delivered;
275 __u32 tcpi_delivered_ce;
277 __u64 tcpi_bytes_sent; /* RFC4898 tcpEStatsPerfHCDataOctetsOut */
278 __u64 tcpi_bytes_retrans; /* RFC4898 tcpEStatsPerfOctetsRetrans */
279 __u32 tcpi_dsack_dups; /* RFC4898 tcpEStatsStackDSACKDups */
280 __u32 tcpi_reord_seen; /* reordering events seen */
282 __u32 tcpi_rcv_ooopack; /* Out-of-order packets received */
284 __u32 tcpi_snd_wnd; /* peer's advertised receive window after