Lines Matching defs:tcp_info
176 struct tcp_info { struct
177 __u8 tcpi_state;
178 __u8 tcpi_ca_state;
179 __u8 tcpi_retransmits;
180 __u8 tcpi_probes;
181 __u8 tcpi_backoff;
182 __u8 tcpi_options;
183 __u8 tcpi_snd_wscale : 4, tcpi_rcv_wscale : 4;
184 __u8 tcpi_delivery_rate_app_limited:1;
186 __u32 tcpi_rto;
187 __u32 tcpi_ato;
188 __u32 tcpi_snd_mss;
189 __u32 tcpi_rcv_mss;
191 __u32 tcpi_unacked;
192 __u32 tcpi_sacked;
193 __u32 tcpi_lost;
194 __u32 tcpi_retrans;
195 __u32 tcpi_fackets;
198 __u32 tcpi_last_data_sent;
199 __u32 tcpi_last_ack_sent; /* Not remembered, sorry. */
200 __u32 tcpi_last_data_recv;
201 __u32 tcpi_last_ack_recv;
204 __u32 tcpi_pmtu;
205 __u32 tcpi_rcv_ssthresh;
206 __u32 tcpi_rtt;
207 __u32 tcpi_rttvar;
208 __u32 tcpi_snd_ssthresh;
209 __u32 tcpi_snd_cwnd;
210 __u32 tcpi_advmss;
211 __u32 tcpi_reordering;
213 __u32 tcpi_rcv_rtt;
214 __u32 tcpi_rcv_space;
216 __u32 tcpi_total_retrans;
218 __u64 tcpi_pacing_rate;
219 __u64 tcpi_max_pacing_rate;
220 __u64 tcpi_bytes_acked; /* RFC4898 tcpEStatsAppHCThruOctetsAcked */
221 __u64 tcpi_bytes_received; /* RFC4898 tcpEStatsAppHCThruOctetsReceived */
222 __u32 tcpi_segs_out; /* RFC4898 tcpEStatsPerfSegsOut */
223 __u32 tcpi_segs_in; /* RFC4898 tcpEStatsPerfSegsIn */
225 __u32 tcpi_notsent_bytes;
226 __u32 tcpi_min_rtt;
227 __u32 tcpi_data_segs_in; /* RFC4898 tcpEStatsDataSegsIn */
228 __u32 tcpi_data_segs_out; /* RFC4898 tcpEStatsDataSegsOut */
230 __u64 tcpi_delivery_rate;
232 __u64 tcpi_busy_time; /* Time (usec) busy sending data */
233 __u64 tcpi_rwnd_limited; /* Time (usec) limited by receive window */
234 __u64 tcpi_sndbuf_limited; /* Time (usec) limited by send buffer */
236 __u32 tcpi_delivered;
237 __u32 tcpi_delivered_ce;
239 __u64 tcpi_bytes_sent; /* RFC4898 tcpEStatsPerfHCDataOctetsOut */
240 __u64 tcpi_bytes_retrans; /* RFC4898 tcpEStatsPerfOctetsRetrans */
241 __u32 tcpi_dsack_dups; /* RFC4898 tcpEStatsStackDSACKDups */
242 __u32 tcpi_reord_seen; /* reordering events seen */