Searched refs:RcvWnd (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Tcp4Dxe/
H A DTcp4Output.c49 if (TCP_SEQ_GT (Tcb->RcvWl2 + Tcb->RcvWnd, Tcb->RcvNxt)) {
52 Tcb->RcvWl2 + Tcb->RcvWnd,
134 Tcb->RcvWnd = Wnd;
390 Tcb->RcvWnd = NTOHS (Head->Wnd);
H A DTcp4Proto.h197 UINT32 RcvWnd; ///< Window advertised by the local peer member in struct:_TCP_CB
H A DTcp4Input.c36 TCP_SEQ_LT (Seg->Seq, Tcb->RcvWl2 + Tcb->RcvWnd));
355 TcpTrimSegment (Nbuf, Tcb->RcvNxt, Tcb->RcvWl2 + Tcb->RcvWnd);
H A DTcp4Misc.c75 Tcb->RcvWnd = GET_RCV_BUFFSIZE (Tcb->Sk);
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/TcpDxe/
H A DTcpOutput.c49 if (TCP_SEQ_GT (Tcb->RcvWl2 + Tcb->RcvWnd, Tcb->RcvNxt)) {
52 Tcb->RcvWl2 + Tcb->RcvWnd,
131 Tcb->RcvWnd = Wnd;
383 Tcb->RcvWnd = NTOHS (Head->Wnd);
H A DTcpProto.h274 UINT32 RcvWnd; ///< Window advertised by the local peer. member in struct:_TCP_CONTROL_BLOCK
H A DTcpInput.c35 TCP_SEQ_LT (Seg->Seq, Tcb->RcvWl2 + Tcb->RcvWnd));
378 TcpTrimSegment (Nbuf, Tcb->RcvNxt, Tcb->RcvWl2 + Tcb->RcvWnd);
H A DTcpMisc.c82 Tcb->RcvWnd = GET_RCV_BUFFSIZE (Tcb->Sk);

Completed in 136 milliseconds