Home
last modified time | relevance | path

Searched refs:Ssthresh (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
DTcp4Input.c66 Tcb->Ssthresh = MAX (FlightSize >> 1, (UINT32) (2 * Tcb->SndMss)); in TcpFastRecover()
76 Tcb->CWnd = Tcb->Ssthresh + 3 * Tcb->SndMss; in TcpFastRecover()
114 Tcb->CWnd = MIN (Tcb->Ssthresh, FlightSize + Tcb->SndMss); in TcpFastRecover()
1126 if (Tcb->CWnd < Tcb->Ssthresh) { in TcpInput()
DTcp4Proto.h234 UINT32 Ssthresh; ///< Slow start threshold. member
DTcp4Timer.c166 Tcb->Ssthresh = MAX ((UINT32) (2 * Tcb->SndMss), FlightSize / 2); in TcpRexmitTimeout()
DTcp4Dispatcher.c440 Tcb->Ssthresh = 0xffffffff; in Tcp4ConfigurePcb()
/device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
DTcpInput.c64 Tcb->Ssthresh = MAX (FlightSize >> 1, (UINT32) (2 * Tcb->SndMss)); in TcpFastRecover()
74 Tcb->CWnd = Tcb->Ssthresh + 3 * Tcb->SndMss; in TcpFastRecover()
120 Tcb->CWnd = MIN (Tcb->Ssthresh, FlightSize + Tcb->SndMss); in TcpFastRecover()
1237 if (Tcb->CWnd < Tcb->Ssthresh) { in TcpInput()
DTcpProto.h311 UINT32 Ssthresh; ///< Slow start threshold. member
DTcpTimer.c207 Tcb->Ssthresh = MAX ((UINT32) (2 * Tcb->SndMss), FlightSize / 2); in TcpRexmitTimeout()
DTcpDispatcher.c590 Tcb->Ssthresh = 0xffffffff; in TcpConfigurePcb()