Searched refs:CongestState (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Tcp4Dxe/
H A DTcp4Input.c59 if (Tcb->CongestState != TCP_CONGEST_RECOVER) {
69 Tcb->CongestState = TCP_CONGEST_RECOVER;
116 Tcb->CongestState = TCP_CONGEST_OPEN;
175 Tcb->CongestState = TCP_CONGEST_OPEN;
888 if ((Tcb->CongestState == TCP_CONGEST_OPEN) &&
1084 ASSERT (Tcb->CongestState == TCP_CONGEST_OPEN);
1115 if (((Tcb->CongestState == TCP_CONGEST_OPEN) && (Tcb->DupAck < 3)) ||
1116 (Tcb->CongestState == TCP_CONGEST_LOSS)) {
1131 if (Tcb->CongestState == TCP_CONGEST_LOSS) {
1171 if ((Tcb->CongestState
[all...]
H A DTcp4Proto.h237 UINT8 CongestState; ///< The current congestion state(RFC3782) member in struct:_TCP_CB
H A DTcp4Timer.c190 Tcb->CongestState = TCP_CONGEST_LOSS;
H A DTcp4Dispatcher.c417 Tcb->CongestState = TCP_CONGEST_OPEN;
H A DTcp4Output.c883 if ((Tcb->CongestState == TCP_CONGEST_OPEN) &&
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/TcpDxe/
H A DTcpInput.c57 if (Tcb->CongestState != TCP_CONGEST_RECOVER) {
67 Tcb->CongestState = TCP_CONGEST_RECOVER;
122 Tcb->CongestState = TCP_CONGEST_OPEN;
188 Tcb->CongestState = TCP_CONGEST_OPEN;
963 if ((Tcb->CongestState == TCP_CONGEST_OPEN) &&
1189 ASSERT (Tcb->CongestState == TCP_CONGEST_OPEN);
1221 if (((Tcb->CongestState == TCP_CONGEST_OPEN) && (Tcb->DupAck < 3)) ||
1222 (Tcb->CongestState == TCP_CONGEST_LOSS)
1238 if (Tcb->CongestState == TCP_CONGEST_LOSS) {
1284 if ((Tcb->CongestState
[all...]
H A DTcpProto.h314 UINT8 CongestState; ///< The current congestion state(RFC3782). member in struct:_TCP_CONTROL_BLOCK
H A DTcpTimer.c233 Tcb->CongestState = TCP_CONGEST_LOSS;
H A DTcpDispatcher.c544 Tcb->CongestState = TCP_CONGEST_OPEN;
H A DTcpOutput.c927 if ((Tcb->CongestState == TCP_CONGEST_OPEN) && !TCP_FLG_ON (Tcb->CtrlFlag, TCP_CTRL_RTT_ON)) {

Completed in 508 milliseconds