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 */
116 u32 rcv_isn;
117 u32 snt_isn;
118 u32 snt_synack; /* synack sent time */
119 u32 last_oow_ack_time; /* last SYNACK */
120 u32 rcv_nxt; /* the ack # by SYNACK. For
152 u32 rcv_nxt; /* What we want to receive next */
153 u32 copied_seq; /* Head of yet unread data */
154 u32 rcv_wup; /* rcv_nxt on last window update sent */
155 u32 snd_nxt; /* Next sequence we send */
163 u32 snd_una; /* First byte we want an ack for */
164 u32 snd_sml; /* Last byte of the most recently transmitted small packet */
165 u32 rcv_tstamp; /* timestamp of last received ACK (for keepalives) */
166 u32 lsndtime; /* timestamp of last sent data packet (for restart window) */
167 u32 last_oow_ack_time; /* timestamp of last out-of-window ACK */
169 u32 tsoffset; /* timestamp offset */
183 u32 snd_wl1; /* Sequence for window update */
184 u32 snd_wnd; /* The window we expect to receive */
185 u32 max_window; /* Maximal window ever seen from peer */
186 u32 mss_cache; /* Cached effective mss, not including SACKS */
188 u32 window_clamp; /* Maximal window to advertise */
189 u32 rcv_ssthresh; /* Current window clamp */
205 u32 tlp_high_seq; /* snd_nxt at the time of TLP retransmit. */
208 u32 srtt_us; /* smoothed round trip time << 3 in usecs */
209 u32 mdev_us; /* medium deviation */
210 u32 mdev_max_us; /* maximal mdev for the last rtt period */
211 u32 rttvar_us; /* smoothed mdev_max */
212 u32 rtt_seq; /* sequence number to update rttvar */
214 u32 packets_out; /* Packets which are "in flight" */
215 u32 retrans_out; /* Retransmitted packets out */
216 u32 max_packets_out; /* max packets_out in last window */
217 u32 max_packets_seq; /* right edge of max_packets_out flight */
222 u32 reordering; /* Packet reordering metric. */
223 u32 snd_up; /* Urgent pointer */
233 u32 snd_ssthresh; /* Slow start size threshold */
234 u32 snd_cwnd; /* Sending congestion window */
235 u32 snd_cwnd_cnt; /* Linear increase counter */
236 u32 snd_cwnd_clamp; /* Do not allow snd_cwnd to grow above this */
237 u32 snd_cwnd_used;
238 u32 snd_cwnd_stamp;
239 u32 prior_cwnd; /* Congestion window at start of Recovery. */
240 u32 prr_delivered; /* Number of newly delivered packets to
242 u32 prr_out; /* Total number of pkts sent during Recovery. */
244 u32 rcv_wnd; /* Current receiver window */
245 u32 write_seq; /* Tail(+1) of data held in tcp send buffer */
246 u32 notsent_lowat; /* TCP_NOTSENT_LOWAT */
247 u32 pushed_seq; /* Last pushed seq, required to talk to windows */
248 u32 lost_out; /* Lost packets */
249 u32 sacked_out; /* SACK'd packets */
250 u32 fackets_out; /* FACK'd packets */
274 u32 retransmit_high; /* L-bits may be on up to this seqno */
276 u32 lost_retrans_low; /* Sent seq after any rxmit (lowest) */
278 u32 prior_ssthresh; /* ssthresh saved at recovery start */
279 u32 high_seq; /* snd_nxt at onset of congestion */
281 u32 retrans_stamp; /* Timestamp of the last retransmit,
284 u32 undo_marker; /* snd_una upon a new recovery episode. */
286 u32 total_retrans; /* Total retransmits for entire connection */
288 u32 urg_seq; /* Seq of received urgent pointer */
296 u32 rtt;
297 u32 seq;
298 u32 time;
304 u32 seq;
305 u32 time;
310 u32 probe_seq_start;
311 u32 probe_seq_end;
313 u32 mtu_info; /* We received an ICMP_FRAG_NEEDED / ICMPV6_PKT_TOOBIG
351 u32 tw_rcv_nxt;
352 u32 tw_snd_nxt;
353 u32 tw_rcv_wnd;
354 u32 tw_ts_offset;
355 u32 tw_ts_recent;
358 u32 tw_last_oow_ack_time;