Lines Matching refs:xTCPWindowLoggingLevel
221 BaseType_t xTCPWindowLoggingLevel = 0; variable
801 if( xTCPWindowLoggingLevel != 0 ) in vTCPWindowCreate()
1043 if( xTCPWindowLoggingLevel >= 1 ) in prvTCPWindowRx_ExpectedRX()
1100 if( xTCPWindowLoggingLevel >= 1 ) in prvTCPWindowRx_UnexpectedRX()
1150 if( xTCPWindowLoggingLevel != 0 ) in prvTCPWindowRx_UnexpectedRX()
1382 … if( ( xTCPWindowLoggingLevel >= 2 ) && ipconfigTCP_MAY_LOG_PORT( pxWindow->usOurPortNumber ) ) in prvTCPWindowTxAdd_FrontSegment()
1694 … if( ( xTCPWindowLoggingLevel != 0 ) && ( ipconfigTCP_MAY_LOG_PORT( pxWindow->usOurPortNumber ) ) ) in pxTCPWindowTx_GetWaitQueue()
1767 … if( ( xTCPWindowLoggingLevel >= 2 ) && ( ipconfigTCP_MAY_LOG_PORT( pxWindow->usOurPortNumber ) ) ) in pxTCPWindowTx_GetTXQueue()
1814 if( xTCPWindowLoggingLevel != 0 ) in ulTCPWindowTxGet()
2043 … if( ( xTCPWindowLoggingLevel >= 2 ) && ( ipconfigTCP_MAY_LOG_PORT( pxWindow->usOurPortNumber ) ) ) in prvTCPWindowTxCheckAck()
2131 … if( ( xTCPWindowLoggingLevel >= 0 ) && ( ipconfigTCP_MAY_LOG_PORT( pxWindow->usOurPortNumber ) ) ) in prvTCPWindowFastRetransmit()
2213 …if( ( xTCPWindowLoggingLevel >= 1 ) && ( xSequenceGreaterThan( ulFirst, ulCurrentSequenceNumber ) … in ulTCPWindowTxSack()