Lines Matching defs:tcp_upload_params
277 struct tcp_upload_params struct
279 __le32 rcv_next;
280 __le32 snd_una;
281 __le32 snd_next;
282 __le32 snd_max;
283 __le32 snd_wnd /* absolute send window (not scaled) */;
284 __le32 rcv_wnd /* absolute receive window (not scaled) */;
285 __le32 snd_wl1 /* the segment sequence number used for the last window update */;
286 __le32 cwnd /* absolute congestion window */;
287 __le32 ss_thresh;
288 __le16 srtt /* in ms */;
289 __le16 rtt_var /* in ms */;
290 __le32 ts_time /* The current value of the adjusted timestamp */;
291 __le32 ts_recent /* The timestamp value to send in the next ACK */;
292 __le32 ts_recent_age /* The length of time, in ms, since the most recent timestamp was received */;
293 …2 total_rt /* The total time, in ms, that has been spent retransmitting the current TCP segment */;
294 …lue of -1 indicates that the keepalive timer was not running when the connection was offloaded. */;
295 …alue of -1 indicates that the retransmit timer was not running when the connection was offloaded.…
296 u8 dup_ack_cnt /* The number of ACKs that have been accepted for the same sequence number */;
297 u8 snd_wnd_probe_cnt /* The current send window probe round */;
298 …obe_cnt /* the number of keepalive probes that have been sent that have not received a response */;
299 u8 rt_cnt /* The number of retransmits that have been sent */;
300 __le32 reserved;