Searched refs:TCP_CONGEST_LOSS (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Tcp4Dxe/
H A DTcp4Proto.h67 #define TCP_CONGEST_LOSS 2 ///< Retxmit because of retxmit time out macro
H A DTcp4Timer.c190 Tcb->CongestState = TCP_CONGEST_LOSS;
H A DTcp4Input.c1116 (Tcb->CongestState == TCP_CONGEST_LOSS)) {
1131 if (Tcb->CongestState == TCP_CONGEST_LOSS) {
1177 if ((Tcb->CongestState == TCP_CONGEST_LOSS) &&
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/TcpDxe/
H A DTcpProto.h60 #define TCP_CONGEST_LOSS 2 ///< Retxmit because of retxmit time out. macro
H A DTcpTimer.c233 Tcb->CongestState = TCP_CONGEST_LOSS;
H A DTcpInput.c1222 (Tcb->CongestState == TCP_CONGEST_LOSS)
1238 if (Tcb->CongestState == TCP_CONGEST_LOSS) {
1289 if ((Tcb->CongestState == TCP_CONGEST_LOSS) && (TCP_SEQ_LT (Right, Tcb->LossRecover))) {

Completed in 190 milliseconds