Lines Matching refs:u32
71 u32 start_seq;
72 u32 end_seq;
83 u32 ts_recent; /* Time stamp to echo next */
84 u32 rcv_tsval; /* Time stamp value */
85 u32 rcv_tsecr; /* Time stamp echo reply */
117 u32 txhash;
118 u32 rcv_isn;
119 u32 snt_isn;
120 u32 last_oow_ack_time; /* last SYNACK */
121 u32 rcv_nxt; /* the ack # by SYNACK. For
153 u32 segs_in; /* RFC4898 tcpEStatsPerfSegsIn
156 u32 rcv_nxt; /* What we want to receive next */
157 u32 copied_seq; /* Head of yet unread data */
158 u32 rcv_wup; /* rcv_nxt on last window update sent */
159 u32 snd_nxt; /* Next sequence we send */
160 u32 segs_out; /* RFC4898 tcpEStatsPerfSegsOut
169 u32 snd_una; /* First byte we want an ack for */
170 u32 snd_sml; /* Last byte of the most recently transmitted small packet */
171 u32 rcv_tstamp; /* timestamp of last received ACK (for keepalives) */
172 u32 lsndtime; /* timestamp of last sent data packet (for restart window) */
173 u32 last_oow_ack_time; /* timestamp of last out-of-window ACK */
175 u32 tsoffset; /* timestamp offset */
189 u32 snd_wl1; /* Sequence for window update */
190 u32 snd_wnd; /* The window we expect to receive */
191 u32 max_window; /* Maximal window ever seen from peer */
192 u32 mss_cache; /* Cached effective mss, not including SACKS */
194 u32 window_clamp; /* Maximal window to advertise */
195 u32 rcv_ssthresh; /* Current window clamp */
218 u32 tlp_high_seq; /* snd_nxt at the time of TLP retransmit. */
221 u32 srtt_us; /* smoothed round trip time << 3 in usecs */
222 u32 mdev_us; /* medium deviation */
223 u32 mdev_max_us; /* maximal mdev for the last rtt period */
224 u32 rttvar_us; /* smoothed mdev_max */
225 u32 rtt_seq; /* sequence number to update rttvar */
227 u32 rtt, ts; /* RTT in usec and sampling time in jiffies. */
230 u32 packets_out; /* Packets which are "in flight" */
231 u32 retrans_out; /* Retransmitted packets out */
232 u32 max_packets_out; /* max packets_out in last window */
233 u32 max_packets_seq; /* right edge of max_packets_out flight */
238 u32 reordering; /* Packet reordering metric. */
239 u32 snd_up; /* Urgent pointer */
249 u32 snd_ssthresh; /* Slow start size threshold */
250 u32 snd_cwnd; /* Sending congestion window */
251 u32 snd_cwnd_cnt; /* Linear increase counter */
252 u32 snd_cwnd_clamp; /* Do not allow snd_cwnd to grow above this */
253 u32 snd_cwnd_used;
254 u32 snd_cwnd_stamp;
255 u32 prior_cwnd; /* Congestion window at start of Recovery. */
256 u32 prr_delivered; /* Number of newly delivered packets to
258 u32 prr_out; /* Total number of pkts sent during Recovery. */
260 u32 rcv_wnd; /* Current receiver window */
261 u32 write_seq; /* Tail(+1) of data held in tcp send buffer */
262 u32 notsent_lowat; /* TCP_NOTSENT_LOWAT */
263 u32 pushed_seq; /* Last pushed seq, required to talk to windows */
264 u32 lost_out; /* Lost packets */
265 u32 sacked_out; /* SACK'd packets */
266 u32 fackets_out; /* FACK'd packets */
290 u32 retransmit_high; /* L-bits may be on up to this seqno */
292 u32 prior_ssthresh; /* ssthresh saved at recovery start */
293 u32 high_seq; /* snd_nxt at onset of congestion */
295 u32 retrans_stamp; /* Timestamp of the last retransmit,
298 u32 undo_marker; /* snd_una upon a new recovery episode. */
300 u32 total_retrans; /* Total retransmits for entire connection */
302 u32 urg_seq; /* Seq of received urgent pointer */
310 u32 rtt;
311 u32 seq;
312 u32 time;
318 u32 seq;
319 u32 time;
324 u32 probe_seq_start;
325 u32 probe_seq_end;
327 u32 mtu_info; /* We received an ICMP_FRAG_NEEDED / ICMPV6_PKT_TOOBIG
345 u32 *saved_syn;
368 u32 tw_rcv_wnd;
369 u32 tw_ts_offset;
370 u32 tw_ts_recent;
373 u32 tw_last_oow_ack_time;