Home
last modified time | relevance | path

Searched refs:LossTimes (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
DTcp4Timer.c171 Tcb->LossTimes++; in TcpRexmitTimeout()
172 if ((Tcb->LossTimes > Tcb->MaxRexmit) && in TcpRexmitTimeout()
463 if ((Tcb->LossTimes >= TCP_FOLD_RTT) && (Tcb->SRtt != 0)) { in TcpBackoffRto()
DTcp4Proto.h238 UINT8 LossTimes; ///< Number of retxmit timeouts in a row member
DTcp4Input.c174 Tcb->LossTimes = 0; in TcpFastLossRecover()
/device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
DTcpTimer.c128 if ((Tcb->LossTimes >= TCP_FOLD_RTT) && (Tcb->SRtt != 0)) { in TcpBackoffRto()
212 Tcb->LossTimes++; in TcpRexmitTimeout()
213 if ((Tcb->LossTimes > Tcb->MaxRexmit) && !TCP_TIMER_ON (Tcb->EnabledTimer, TCP_TIMER_CONNECT)) { in TcpRexmitTimeout()
DTcpProto.h315 UINT8 LossTimes; ///< Number of retxmit timeouts in a row. member
DTcpInput.c187 Tcb->LossTimes = 0; in TcpFastLossRecover()