Searched refs:xTCPWindowPeekHead (Results 1 – 1 of 1) sorted by relevance
144 static TCPSegment_t * xTCPWindowPeekHead( const List_t * pxList );670 static TCPSegment_t * xTCPWindowPeekHead( const List_t * pxList ) in xTCPWindowPeekHead() function1527 pxSegment = xTCPWindowPeekHead( &( pxWindow->xTxQueue ) ); in prvTCPWindowTxHasSpace()1606 pxSegment = xTCPWindowPeekHead( &( pxWindow->xWaitQueue ) ); in xTCPWindowTxHasData()1634 pxSegment = xTCPWindowPeekHead( &pxWindow->xTxQueue ); in xTCPWindowTxHasData()1676 TCPSegment_t * pxSegment = xTCPWindowPeekHead( &( pxWindow->xWaitQueue ) ); in pxTCPWindowTx_GetWaitQueue()1731 TCPSegment_t * pxSegment = xTCPWindowPeekHead( &( pxWindow->xTxQueue ) ); in pxTCPWindowTx_GetTXQueue()