• Home
  • Raw
  • Download

Lines Matching refs:u32

73 	u32	start_seq;
74 u32 end_seq;
84 u32 ts_recent; /* Time stamp to echo next */
85 u32 rcv_tsval; /* Time stamp value */
86 u32 rcv_tsecr; /* Time stamp echo reply */
122 u32 txhash;
123 u32 rcv_isn;
124 u32 snt_isn;
125 u32 ts_off;
126 u32 last_oow_ack_time; /* last SYNACK */
127 u32 rcv_nxt; /* the ack # by SYNACK. For
159 u32 segs_in; /* RFC4898 tcpEStatsPerfSegsIn
162 u32 data_segs_in; /* RFC4898 tcpEStatsPerfDataSegsIn
165 u32 rcv_nxt; /* What we want to receive next */
166 u32 copied_seq; /* Head of yet unread data */
167 u32 rcv_wup; /* rcv_nxt on last window update sent */
168 u32 snd_nxt; /* Next sequence we send */
169 u32 segs_out; /* RFC4898 tcpEStatsPerfSegsOut
172 u32 data_segs_out; /* RFC4898 tcpEStatsPerfDataSegsOut
182 u32 dsack_dups; /* RFC4898 tcpEStatsStackDSACKDups
185 u32 snd_una; /* First byte we want an ack for */
186 u32 snd_sml; /* Last byte of the most recently transmitted small packet */
187 u32 rcv_tstamp; /* timestamp of last received ACK (for keepalives) */
188 u32 lsndtime; /* timestamp of last sent data packet (for restart window) */
189 u32 last_oow_ack_time; /* timestamp of last out-of-window ACK */
190 u32 compressed_ack_rcv_nxt;
192 u32 tsoffset; /* timestamp offset */
197 u32 snd_wl1; /* Sequence for window update */
198 u32 snd_wnd; /* The window we expect to receive */
199 u32 max_window; /* Maximal window ever seen from peer */
200 u32 mss_cache; /* Cached effective mss, not including SACKS */
202 u32 window_clamp; /* Maximal window to advertise */
203 u32 rcv_ssthresh; /* Current window clamp */
208 u32 rtt_us; /* Associated RTT */
209 u32 end_seq; /* Ending TCP sequence of the skb */
210 u32 last_delivered; /* tp->delivered at last reo_wnd adj */
221 u32 chrono_start; /* Start time in jiffies of a TCP chrono */
222 u32 chrono_stat[3]; /* Time in jiffies for chrono_stat stats */
243 u32 tlp_high_seq; /* snd_nxt at the time of TLP */
245 u32 tcp_tx_delay; /* delay (in usec) added to TX packets */
251 u32 srtt_us; /* smoothed round trip time << 3 in usecs */
252 u32 mdev_us; /* medium deviation */
253 u32 mdev_max_us; /* maximal mdev for the last rtt period */
254 u32 rttvar_us; /* smoothed mdev_max */
255 u32 rtt_seq; /* sequence number to update rttvar */
258 u32 packets_out; /* Packets which are "in flight" */
259 u32 retrans_out; /* Retransmitted packets out */
260 u32 max_packets_out; /* max packets_out in last window */
265 u32 cwnd_usage_seq; /* right edge of cwnd usage tracking flight */
267 u32 max_packets_seq; /* right edge of max_packets_out flight */
273 u32 reordering; /* Packet reordering metric. */
274 u32 reord_seen; /* number of data packet reordering events */
275 u32 snd_up; /* Urgent pointer */
285 u32 snd_ssthresh; /* Slow start size threshold */
286 u32 snd_cwnd; /* Sending congestion window */
287 u32 snd_cwnd_cnt; /* Linear increase counter */
288 u32 snd_cwnd_clamp; /* Do not allow snd_cwnd to grow above this */
289 u32 snd_cwnd_used;
290 u32 snd_cwnd_stamp;
291 u32 prior_cwnd; /* cwnd right before starting loss recovery */
292 u32 prr_delivered; /* Number of newly delivered packets to
294 u32 prr_out; /* Total number of pkts sent during Recovery. */
295 u32 delivered; /* Total data packets delivered incl. rexmits */
296 u32 delivered_ce; /* Like the above but only ECE marked packets */
297 u32 lost; /* Total data packets lost incl. rexmits */
298 u32 app_limited; /* limited until "delivered" reaches this val */
301 u32 rate_delivered; /* saved rate sample: packets delivered */
302 u32 rate_interval_us; /* saved rate sample: time elapsed */
304 u32 rcv_wnd; /* Current receiver window */
305 u32 write_seq; /* Tail(+1) of data held in tcp send buffer */
306 u32 notsent_lowat; /* TCP_NOTSENT_LOWAT */
307 u32 pushed_seq; /* Last pushed seq, required to talk to windows */
308 u32 lost_out; /* Lost packets */
309 u32 sacked_out; /* SACK'd packets */
336 u32 prior_ssthresh; /* ssthresh saved at recovery start */
337 u32 high_seq; /* snd_nxt at onset of congestion */
339 u32 retrans_stamp; /* Timestamp of the last retransmit,
342 u32 undo_marker; /* snd_una upon a new recovery episode. */
347 u32 total_retrans; /* Total retransmits for entire connection */
349 u32 urg_seq; /* Seq of received urgent pointer */
366 u32 rcv_ooopack; /* Received out-of-order packets, for tcpinfo */
369 u32 rcv_rtt_last_tsecr;
371 u32 rtt_us;
372 u32 seq;
378 u32 space;
379 u32 seq;
385 u32 probe_seq_start;
386 u32 probe_seq_end;
388 u32 mtu_info; /* We received an ICMP_FRAG_NEEDED / ICMPV6_PKT_TOOBIG
406 u32 *saved_syn;
438 u32 tw_rcv_wnd;
439 u32 tw_ts_offset;
440 u32 tw_ts_recent;
443 u32 tw_last_oow_ack_time;
446 u32 tw_tx_delay;