Home | History | Annotate | Download | only in Tcp4Dxe

Lines Matching refs:CongestState

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) &&
1177 if ((Tcb->CongestState == TCP_CONGEST_LOSS) &&