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

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
Tcp4Input.c 59 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 == TCP_CONGEST_RECOVER) &&
    [all...]
Tcp4Proto.h 237 UINT8 CongestState; ///< The current congestion state(RFC3782)
Tcp4Timer.c 190 Tcb->CongestState = TCP_CONGEST_LOSS;
Tcp4Dispatcher.c 442 Tcb->CongestState = TCP_CONGEST_OPEN;
Tcp4Output.c 883 if ((Tcb->CongestState == TCP_CONGEST_OPEN) &&
  /device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
TcpInput.c 57 if (Tcb->CongestState != TCP_CONGEST_RECOVER) {
67 Tcb->CongestState = TCP_CONGEST_RECOVER;
122 Tcb->CongestState = TCP_CONGEST_OPEN;
188 Tcb->CongestState = TCP_CONGEST_OPEN;
962 if ((Tcb->CongestState == TCP_CONGEST_OPEN) &&
1192 ASSERT (Tcb->CongestState == TCP_CONGEST_OPEN);
1224 if (((Tcb->CongestState == TCP_CONGEST_OPEN) && (Tcb->DupAck < 3)) ||
1225 (Tcb->CongestState == TCP_CONGEST_LOSS))
1241 if (Tcb->CongestState == TCP_CONGEST_LOSS) {
1287 if ((Tcb->CongestState == TCP_CONGEST_RECOVER) &&
    [all...]
TcpProto.h 314 UINT8 CongestState; ///< The current congestion state(RFC3782).
TcpTimer.c 233 Tcb->CongestState = TCP_CONGEST_LOSS;
TcpDispatcher.c 592 Tcb->CongestState = TCP_CONGEST_OPEN;
TcpOutput.c 927 if ((Tcb->CongestState == TCP_CONGEST_OPEN) && !TCP_FLG_ON (Tcb->CtrlFlag, TCP_CTRL_RTT_ON)) {

Completed in 60 milliseconds