Lines Matching defs:tcp_info
152 struct tcp_info { struct
153 __u8 tcpi_state;
154 __u8 tcpi_ca_state;
155 __u8 tcpi_retransmits;
156 __u8 tcpi_probes;
157 __u8 tcpi_backoff;
158 __u8 tcpi_options;
159 __u8 tcpi_snd_wscale : 4, tcpi_rcv_wscale : 4;
161 __u32 tcpi_rto;
162 __u32 tcpi_ato;
163 __u32 tcpi_snd_mss;
164 __u32 tcpi_rcv_mss;
166 __u32 tcpi_unacked;
167 __u32 tcpi_sacked;
168 __u32 tcpi_lost;
169 __u32 tcpi_retrans;
170 __u32 tcpi_fackets;
173 __u32 tcpi_last_data_sent;
174 __u32 tcpi_last_ack_sent; /* Not remembered, sorry. */
175 __u32 tcpi_last_data_recv;
176 __u32 tcpi_last_ack_recv;
179 __u32 tcpi_pmtu;
180 __u32 tcpi_rcv_ssthresh;
181 __u32 tcpi_rtt;
182 __u32 tcpi_rttvar;
183 __u32 tcpi_snd_ssthresh;
184 __u32 tcpi_snd_cwnd;
185 __u32 tcpi_advmss;
186 __u32 tcpi_reordering;
188 __u32 tcpi_rcv_rtt;
189 __u32 tcpi_rcv_space;
191 __u32 tcpi_total_retrans;
193 __u64 tcpi_pacing_rate;
194 __u64 tcpi_max_pacing_rate;
195 __u64 tcpi_bytes_acked; /* RFC4898 tcpEStatsAppHCThruOctetsAcked */
196 __u64 tcpi_bytes_received; /* RFC4898 tcpEStatsAppHCThruOctetsReceived */
197 __u32 tcpi_segs_out; /* RFC4898 tcpEStatsPerfSegsOut */
198 __u32 tcpi_segs_in; /* RFC4898 tcpEStatsPerfSegsIn */