Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/qed/
Dtcp_common.h230 struct tcp_upload_params { struct
231 __le32 rcv_next;
232 __le32 snd_una;
233 __le32 snd_next;
234 __le32 snd_max;
235 __le32 snd_wnd;
236 __le32 rcv_wnd;
237 __le32 snd_wl1;
238 __le32 cwnd;
239 __le32 ss_thresh;
[all …]
/kernel/linux/linux-4.19/include/linux/qed/
Dtcp_common.h256 struct tcp_upload_params { struct
257 __le32 rcv_next;
258 __le32 snd_una;
259 __le32 snd_next;
260 __le32 snd_max;
261 __le32 snd_wnd;
262 __le32 rcv_wnd;
263 __le32 snd_wl1;
264 __le32 cwnd;
265 __le32 ss_thresh;
[all …]