Lines Matching refs:__u32
26 __u32 seq;
27 __u32 ack_seq;
65 __u32 words[5];
127 __u32 tcpi_rto;
128 __u32 tcpi_ato;
129 __u32 tcpi_snd_mss;
130 __u32 tcpi_rcv_mss;
132 __u32 tcpi_unacked;
133 __u32 tcpi_sacked;
134 __u32 tcpi_lost;
135 __u32 tcpi_retrans;
136 __u32 tcpi_fackets;
139 __u32 tcpi_last_data_sent;
140 __u32 tcpi_last_ack_sent; /* Not remembered, sorry. */
141 __u32 tcpi_last_data_recv;
142 __u32 tcpi_last_ack_recv;
145 __u32 tcpi_pmtu;
146 __u32 tcpi_rcv_ssthresh;
147 __u32 tcpi_rtt;
148 __u32 tcpi_rttvar;
149 __u32 tcpi_snd_ssthresh;
150 __u32 tcpi_snd_cwnd;
151 __u32 tcpi_advmss;
152 __u32 tcpi_reordering;
154 __u32 tcpi_rcv_rtt;
155 __u32 tcpi_rcv_space;
157 __u32 tcpi_total_retrans;
170 __u32 start_seq;
171 __u32 end_seq;
177 __u32 ts_recent; /* Time stamp to echo next */
178 __u32 rcv_tsval; /* Time stamp value */
179 __u32 rcv_tsecr; /* Time stamp echo reply */
196 __u32 rcv_isn;
197 __u32 snt_isn;
214 __u32 pred_flags;
221 __u32 rcv_nxt; /* What we want to receive next */
222 __u32 snd_nxt; /* Next sequence we send */
224 __u32 snd_una; /* First byte we want an ack for */
225 __u32 snd_sml; /* Last byte of the most recently transmitted small packet */
226 __u32 rcv_tstamp; /* timestamp of last received ACK (for keepalives) */
227 __u32 lsndtime; /* timestamp of last sent data packet (for restart window) */
245 __u32 snd_wl1; /* Sequence for window update */
246 __u32 snd_wnd; /* The window we expect to receive */
247 __u32 max_window; /* Maximal window ever seen from peer */
248 __u32 mss_cache; /* Cached effective mss, not including SACKS */
252 __u32 window_clamp; /* Maximal window to advertise */
253 __u32 rcv_ssthresh; /* Current window clamp */
255 __u32 frto_highmark; /* snd_nxt when RTO occurred */
262 __u32 srtt; /* smoothed round trip time << 3 */
263 __u32 mdev; /* medium deviation */
264 __u32 mdev_max; /* maximal mdev for the last rtt period */
265 __u32 rttvar; /* smoothed mdev_max */
266 __u32 rtt_seq; /* sequence number to update rttvar */
268 __u32 packets_out; /* Packets which are "in flight" */
269 __u32 left_out; /* Packets which leaved network */
270 __u32 retrans_out; /* Retransmitted packets out */
279 __u32 snd_ssthresh; /* Slow start size threshold */
280 __u32 snd_cwnd; /* Sending congestion window */
283 __u32 snd_cwnd_used;
284 __u32 snd_cwnd_stamp;
288 __u32 rcv_wnd; /* Current receiver window */
289 __u32 rcv_wup; /* rcv_nxt on last window update sent */
290 __u32 write_seq; /* Tail(+1) of data held in tcp send buffer */
291 __u32 pushed_seq; /* Last pushed seq, required to talk to windows */
292 __u32 copied_seq; /* Head of yet unread data */
315 __u32 lost_out; /* Lost packets */
316 __u32 sacked_out; /* SACK'd packets */
317 __u32 fackets_out; /* FACK'd packets */
318 __u32 high_seq; /* snd_nxt at onset of congestion */
320 __u32 retrans_stamp; /* Timestamp of the last retransmit,
323 __u32 undo_marker; /* tracking retrans started here. */
325 __u32 urg_seq; /* Seq of received urgent pointer */
329 __u32 snd_up; /* Urgent pointer */
331 __u32 total_retrans; /* Total retransmits for entire connection */
332 __u32 bytes_acked; /* Appropriate Byte Counting - RFC3465 */
342 __u32 rtt;
343 __u32 seq;
344 __u32 time;
350 __u32 seq;
351 __u32 time;
356 __u32 probe_seq_start;
357 __u32 probe_seq_end;
368 __u32 tw_rcv_nxt;
369 __u32 tw_snd_nxt;
370 __u32 tw_rcv_wnd;
371 __u32 tw_ts_recent;