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()
184 static BaseType_t prvTCPWindowTxHasSpace( TCPWindow_t const * pxWindow,1516 static BaseType_t prvTCPWindowTxHasSpace( TCPWindow_t const * pxWindow, in prvTCPWindowTxHasSpace() function1641 else if( prvTCPWindowTxHasSpace( pxWindow, ulWindowSize ) == pdFALSE ) in xTCPWindowTxHasData()1744 else if( prvTCPWindowTxHasSpace( pxWindow, ulWindowSize ) == pdFALSE ) in pxTCPWindowTx_GetTXQueue()