Home
last modified time | relevance | path

Searched defs:tcp_upload_params (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/qlnx/qlnxe/
H A Dtcp_common.h277 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;
[all …]