Home | History | Annotate | Download | only in Tcp4Dxe

Lines Matching refs:TCP_CONGEST_OPEN

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