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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Tcp4Dxe/
H A DTcp4Input.c35 return (TCP_SEQ_LEQ (Tcb->RcvWl2, Seg->End) &&
36 TCP_SEQ_LT (Seg->Seq, Tcb->RcvWl2 + Tcb->RcvWnd));
355 TcpTrimSegment (Nbuf, Tcb->RcvNxt, Tcb->RcvWl2 + Tcb->RcvWnd);
950 if ((TCP_SEQ_LT (Seg->Seq, Tcb->RcvWl2)) &&
951 (Tcb->RcvWl2 == Seg->End) &&
1070 // RcvWl2 equals to the variable "LastAckSent"
1073 if (TCP_SEQ_LEQ (Seg->Seq, Tcb->RcvWl2) &&
1074 TCP_SEQ_LT (Tcb->RcvWl2, Seg->End)) {
H A DTcp4Proto.h198 TCP_SEQNO RcvWl2; ///< The RcvNxt (or ACK) of last window update. member in struct:_TCP_CB
H A DTcp4Output.c49 if (TCP_SEQ_GT (Tcb->RcvWl2 + Tcb->RcvWnd, Tcb->RcvNxt)) {
52 Tcb->RcvWl2 + Tcb->RcvWnd,
388 Tcb->RcvWl2 = Tcb->RcvNxt;
H A DTcp4Misc.c137 Tcb->RcvWl2 = Tcb->RcvNxt;
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/TcpDxe/
H A DTcpInput.c34 return (TCP_SEQ_LEQ (Tcb->RcvWl2, Seg->End) &&
35 TCP_SEQ_LT (Seg->Seq, Tcb->RcvWl2 + Tcb->RcvWnd));
378 TcpTrimSegment (Nbuf, Tcb->RcvNxt, Tcb->RcvWl2 + Tcb->RcvWnd);
1035 if ((TCP_SEQ_LT (Seg->Seq, Tcb->RcvWl2)) &&
1036 (Tcb->RcvWl2 == Seg->End) &&
1176 // RcvWl2 equals to the variable "LastAckSent"
1179 if (TCP_SEQ_LEQ (Seg->Seq, Tcb->RcvWl2) && TCP_SEQ_LT (Tcb->RcvWl2, Seg->End)) {
H A DTcpProto.h275 TCP_SEQNO RcvWl2; ///< The RcvNxt (or ACK) of last window update. member in struct:_TCP_CONTROL_BLOCK
H A DTcpOutput.c49 if (TCP_SEQ_GT (Tcb->RcvWl2 + Tcb->RcvWnd, Tcb->RcvNxt)) {
52 Tcb->RcvWl2 + Tcb->RcvWnd,
381 Tcb->RcvWl2 = Tcb->RcvNxt;
H A DTcpMisc.c142 Tcb->RcvWl2 = Tcb->RcvNxt;

Completed in 97 milliseconds