HomeSort by relevance Sort by last modified time
    Searched refs:RcvWnd (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
Tcp4Output.c 49 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);
Tcp4Proto.h 197 UINT32 RcvWnd; ///< Window advertised by the local peer
Tcp4Input.c 36 TCP_SEQ_LT (Seg->Seq, Tcb->RcvWl2 + Tcb->RcvWnd));
355 TcpTrimSegment (Nbuf, Tcb->RcvNxt, Tcb->RcvWl2 + Tcb->RcvWnd);
    [all...]
Tcp4Misc.c 75 Tcb->RcvWnd = GET_RCV_BUFFSIZE (Tcb->Sk);
  /device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
TcpOutput.c 49 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);
TcpProto.h 274 UINT32 RcvWnd; ///< Window advertised by the local peer.
TcpInput.c 35 TCP_SEQ_LT (Seg->Seq, Tcb->RcvWl2 + Tcb->RcvWnd));
378 TcpTrimSegment (Nbuf, Tcb->RcvNxt, Tcb->RcvWl2 + Tcb->RcvWnd);
    [all...]
TcpMisc.c 83 Tcb->RcvWnd = GET_RCV_BUFFSIZE (Tcb->Sk);

Completed in 1443 milliseconds