Searched refs:TCP_CONGEST_OPEN (Results 1 – 8 of 8) sorted by relevance
122 Tcb->CongestState = TCP_CONGEST_OPEN; in TcpFastRecover()188 Tcb->CongestState = TCP_CONGEST_OPEN; in TcpFastLossRecover()969 if ((Tcb->CongestState == TCP_CONGEST_OPEN) && in TcpInput()1199 ASSERT (Tcb->CongestState == TCP_CONGEST_OPEN); in TcpInput()1231 if (((Tcb->CongestState == TCP_CONGEST_OPEN) && (Tcb->DupAck < 3)) || in TcpInput()
61 #define TCP_CONGEST_OPEN 3 ///< TCP is opening its congestion window. macro
927 if ((Tcb->CongestState == TCP_CONGEST_OPEN) && !TCP_FLG_ON (Tcb->CtrlFlag, TCP_CTRL_RTT_ON)) { in TcpToSendData()
592 Tcb->CongestState = TCP_CONGEST_OPEN; in TcpConfigurePcb()
116 Tcb->CongestState = TCP_CONGEST_OPEN; in TcpFastRecover()175 Tcb->CongestState = TCP_CONGEST_OPEN; in TcpFastLossRecover()894 if ((Tcb->CongestState == TCP_CONGEST_OPEN) && in TcpInput()1090 ASSERT (Tcb->CongestState == TCP_CONGEST_OPEN); in TcpInput()1121 if (((Tcb->CongestState == TCP_CONGEST_OPEN) && (Tcb->DupAck < 3)) || in TcpInput()
68 #define TCP_CONGEST_OPEN 3 ///< TCP is opening its congestion window macro
442 Tcb->CongestState = TCP_CONGEST_OPEN; in Tcp4ConfigurePcb()
883 if ((Tcb->CongestState == TCP_CONGEST_OPEN) && in TcpToSendData()