Searched refs:xTCPWindowPeekHead (Results 1 – 1 of 1) sorted by relevance
146 static TCPSegment_t * xTCPWindowPeekHead( const List_t * pxList );674 static TCPSegment_t * xTCPWindowPeekHead( const List_t * pxList ) in xTCPWindowPeekHead() function1531 pxSegment = xTCPWindowPeekHead( &( pxWindow->xTxQueue ) ); in prvTCPWindowTxHasSpace()1610 pxSegment = xTCPWindowPeekHead( &( pxWindow->xWaitQueue ) ); in xTCPWindowTxHasData()1638 pxSegment = xTCPWindowPeekHead( &pxWindow->xTxQueue ); in xTCPWindowTxHasData()1680 TCPSegment_t * pxSegment = xTCPWindowPeekHead( &( pxWindow->xWaitQueue ) ); in pxTCPWindowTx_GetWaitQueue()1735 TCPSegment_t * pxSegment = xTCPWindowPeekHead( &( pxWindow->xTxQueue ) ); in pxTCPWindowTx_GetTXQueue()