Lines Matching defs:tcp_info

206 struct tcp_info {  struct
207 __u8 tcpi_state;
208 __u8 tcpi_ca_state;
209 __u8 tcpi_retransmits;
210 __u8 tcpi_probes;
211 __u8 tcpi_backoff;
212 __u8 tcpi_options;
213 __u8 tcpi_snd_wscale : 4, tcpi_rcv_wscale : 4;
214 __u8 tcpi_delivery_rate_app_limited:1;
216 __u32 tcpi_rto;
217 __u32 tcpi_ato;
218 __u32 tcpi_snd_mss;
219 __u32 tcpi_rcv_mss;
221 __u32 tcpi_unacked;
222 __u32 tcpi_sacked;
223 __u32 tcpi_lost;
224 __u32 tcpi_retrans;
225 __u32 tcpi_fackets;
228 __u32 tcpi_last_data_sent;
229 __u32 tcpi_last_ack_sent; /* Not remembered, sorry. */
230 __u32 tcpi_last_data_recv;
231 __u32 tcpi_last_ack_recv;
234 __u32 tcpi_pmtu;
235 __u32 tcpi_rcv_ssthresh;
236 __u32 tcpi_rtt;
237 __u32 tcpi_rttvar;
238 __u32 tcpi_snd_ssthresh;
239 __u32 tcpi_snd_cwnd;
240 __u32 tcpi_advmss;
241 __u32 tcpi_reordering;
243 __u32 tcpi_rcv_rtt;
244 __u32 tcpi_rcv_space;
246 __u32 tcpi_total_retrans;
248 __u64 tcpi_pacing_rate;
249 __u64 tcpi_max_pacing_rate;
250 __u64 tcpi_bytes_acked; /* RFC4898 tcpEStatsAppHCThruOctetsAcked */
251 __u64 tcpi_bytes_received; /* RFC4898 tcpEStatsAppHCThruOctetsReceived */
252 __u32 tcpi_segs_out; /* RFC4898 tcpEStatsPerfSegsOut */
253 __u32 tcpi_segs_in; /* RFC4898 tcpEStatsPerfSegsIn */
255 __u32 tcpi_notsent_bytes;
256 __u32 tcpi_min_rtt;
257 __u32 tcpi_data_segs_in; /* RFC4898 tcpEStatsDataSegsIn */
258 __u32 tcpi_data_segs_out; /* RFC4898 tcpEStatsDataSegsOut */
260 __u64 tcpi_delivery_rate;
262 __u64 tcpi_busy_time; /* Time (usec) busy sending data */
263 __u64 tcpi_rwnd_limited; /* Time (usec) limited by receive window */
264 __u64 tcpi_sndbuf_limited; /* Time (usec) limited by send buffer */
266 __u32 tcpi_delivered;
267 __u32 tcpi_delivered_ce;
269 __u64 tcpi_bytes_sent; /* RFC4898 tcpEStatsPerfHCDataOctetsOut */
270 __u64 tcpi_bytes_retrans; /* RFC4898 tcpEStatsPerfOctetsRetrans */
271 __u32 tcpi_dsack_dups; /* RFC4898 tcpEStatsStackDSACKDups */
272 __u32 tcpi_reord_seen; /* reordering events seen */
274 __u32 tcpi_rcv_ooopack; /* Out-of-order packets received */
276 __u32 tcpi_snd_wnd; /* peer's advertised receive window after