Lines Matching defs:tcp_info

166 struct tcp_info {  struct
167 __u8 tcpi_state;
168 __u8 tcpi_ca_state;
169 __u8 tcpi_retransmits;
170 __u8 tcpi_probes;
171 __u8 tcpi_backoff;
172 __u8 tcpi_options;
173 __u8 tcpi_snd_wscale : 4, tcpi_rcv_wscale : 4;
174 __u8 tcpi_delivery_rate_app_limited:1;
176 __u32 tcpi_rto;
177 __u32 tcpi_ato;
178 __u32 tcpi_snd_mss;
179 __u32 tcpi_rcv_mss;
181 __u32 tcpi_unacked;
182 __u32 tcpi_sacked;
183 __u32 tcpi_lost;
184 __u32 tcpi_retrans;
185 __u32 tcpi_fackets;
188 __u32 tcpi_last_data_sent;
189 __u32 tcpi_last_ack_sent; /* Not remembered, sorry. */
190 __u32 tcpi_last_data_recv;
191 __u32 tcpi_last_ack_recv;
194 __u32 tcpi_pmtu;
195 __u32 tcpi_rcv_ssthresh;
196 __u32 tcpi_rtt;
197 __u32 tcpi_rttvar;
198 __u32 tcpi_snd_ssthresh;
199 __u32 tcpi_snd_cwnd;
200 __u32 tcpi_advmss;
201 __u32 tcpi_reordering;
203 __u32 tcpi_rcv_rtt;
204 __u32 tcpi_rcv_space;
206 __u32 tcpi_total_retrans;
208 __u64 tcpi_pacing_rate;
209 __u64 tcpi_max_pacing_rate;
210 __u64 tcpi_bytes_acked; /* RFC4898 tcpEStatsAppHCThruOctetsAcked */
211 __u64 tcpi_bytes_received; /* RFC4898 tcpEStatsAppHCThruOctetsReceived */
212 __u32 tcpi_segs_out; /* RFC4898 tcpEStatsPerfSegsOut */
213 __u32 tcpi_segs_in; /* RFC4898 tcpEStatsPerfSegsIn */
215 __u32 tcpi_notsent_bytes;
216 __u32 tcpi_min_rtt;
217 __u32 tcpi_data_segs_in; /* RFC4898 tcpEStatsDataSegsIn */
218 __u32 tcpi_data_segs_out; /* RFC4898 tcpEStatsDataSegsOut */
220 __u64 tcpi_delivery_rate;
222 __u64 tcpi_busy_time; /* Time (usec) busy sending data */
223 __u64 tcpi_rwnd_limited; /* Time (usec) limited by receive window */
224 __u64 tcpi_sndbuf_limited; /* Time (usec) limited by send buffer */