Lines Matching refs:xTCPWindowLoggingLevel
223 BaseType_t xTCPWindowLoggingLevel = 0; variable
805 if( xTCPWindowLoggingLevel != 0 ) in vTCPWindowCreate()
1047 if( xTCPWindowLoggingLevel >= 1 ) in prvTCPWindowRx_ExpectedRX()
1104 if( xTCPWindowLoggingLevel >= 1 ) in prvTCPWindowRx_UnexpectedRX()
1154 if( xTCPWindowLoggingLevel != 0 ) in prvTCPWindowRx_UnexpectedRX()
1386 … if( ( xTCPWindowLoggingLevel >= 2 ) && ipconfigTCP_MAY_LOG_PORT( pxWindow->usOurPortNumber ) ) in prvTCPWindowTxAdd_FrontSegment()
1698 … if( ( xTCPWindowLoggingLevel != 0 ) && ( ipconfigTCP_MAY_LOG_PORT( pxWindow->usOurPortNumber ) ) ) in pxTCPWindowTx_GetWaitQueue()
1771 … if( ( xTCPWindowLoggingLevel >= 2 ) && ( ipconfigTCP_MAY_LOG_PORT( pxWindow->usOurPortNumber ) ) ) in pxTCPWindowTx_GetTXQueue()
1818 if( xTCPWindowLoggingLevel != 0 ) in ulTCPWindowTxGet()
2047 … if( ( xTCPWindowLoggingLevel >= 2 ) && ( ipconfigTCP_MAY_LOG_PORT( pxWindow->usOurPortNumber ) ) ) in prvTCPWindowTxCheckAck()
2135 … if( ( xTCPWindowLoggingLevel >= 0 ) && ( ipconfigTCP_MAY_LOG_PORT( pxWindow->usOurPortNumber ) ) ) in prvTCPWindowFastRetransmit()
2217 …if( ( xTCPWindowLoggingLevel >= 1 ) && ( xSequenceGreaterThan( ulFirst, ulCurrentSequenceNumber ) … in ulTCPWindowTxSack()