Searched refs:prvTCPWindowTxHasSpace (Results 1 – 2 of 2) sorted by relevance
323 static BaseType_t prvTCPWindowTxHasSpace( TCPWindow_t const * pxWindow,334 static BaseType_t prvTCPWindowTxHasSpace( TCPWindow_t const * pxWindow, in prvTCPWindowTxHasSpace() function394 else if( prvTCPWindowTxHasSpace( pxWindow, ulWindowSize ) == pdFALSE ) in xTCPWindowTxHasData()
186 static BaseType_t prvTCPWindowTxHasSpace( TCPWindow_t const * pxWindow,1520 static BaseType_t prvTCPWindowTxHasSpace( TCPWindow_t const * pxWindow, in prvTCPWindowTxHasSpace() function1645 else if( prvTCPWindowTxHasSpace( pxWindow, ulWindowSize ) == pdFALSE ) in xTCPWindowTxHasData()1748 else if( prvTCPWindowTxHasSpace( pxWindow, ulWindowSize ) == pdFALSE ) in pxTCPWindowTx_GetTXQueue()