Lines Matching defs:tcp_info
150 struct tcp_info { struct
151 __u8 tcpi_state;
152 __u8 tcpi_ca_state;
153 __u8 tcpi_retransmits;
154 __u8 tcpi_probes;
155 __u8 tcpi_backoff;
156 __u8 tcpi_options;
157 __u8 tcpi_snd_wscale : 4, tcpi_rcv_wscale : 4;
159 __u32 tcpi_rto;
160 __u32 tcpi_ato;
161 __u32 tcpi_snd_mss;
162 __u32 tcpi_rcv_mss;
164 __u32 tcpi_unacked;
165 __u32 tcpi_sacked;
166 __u32 tcpi_lost;
167 __u32 tcpi_retrans;
168 __u32 tcpi_fackets;
171 __u32 tcpi_last_data_sent;
172 __u32 tcpi_last_ack_sent; /* Not remembered, sorry. */
173 __u32 tcpi_last_data_recv;
174 __u32 tcpi_last_ack_recv;
177 __u32 tcpi_pmtu;
178 __u32 tcpi_rcv_ssthresh;
179 __u32 tcpi_rtt;
180 __u32 tcpi_rttvar;
181 __u32 tcpi_snd_ssthresh;
182 __u32 tcpi_snd_cwnd;
183 __u32 tcpi_advmss;
184 __u32 tcpi_reordering;
186 __u32 tcpi_rcv_rtt;
187 __u32 tcpi_rcv_space;
189 __u32 tcpi_total_retrans;
191 __u64 tcpi_pacing_rate;
192 __u64 tcpi_max_pacing_rate;
193 __u64 tcpi_bytes_acked; /* RFC4898 tcpEStatsAppHCThruOctetsAcked */
194 __u64 tcpi_bytes_received; /* RFC4898 tcpEStatsAppHCThruOctetsReceived */