Home | History | Annotate | Download | only in TcpDxe

Lines Matching refs:TCP_CONGEST_OPEN

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)) ||