Lines Matching refs:xQueueItem
447 vListInitialiseItem( &( xTCPSegments[ xIndex ].xQueueItem ) ); in prvCreateSectors()
452 …listSET_LIST_ITEM_OWNER( &( xTCPSegments[ xIndex ].xQueueItem ), ( void * ) &( xTCPSegments[ xInde… in prvCreateSectors()
704 if( listLIST_ITEM_CONTAINER( &( pxSegment->xQueueItem ) ) != NULL ) in vTCPWindowFree()
706 ( void ) uxListRemove( &( pxSegment->xQueueItem ) ); in vTCPWindowFree()
1459 vListInsertFifo( &( pxWindow->xTxQueue ), &( pxSegment->xQueueItem ) ); in lTCPWindowTxAdd()
1843 configASSERT( listLIST_ITEM_CONTAINER( &( pxSegment->xQueueItem ) ) == NULL ); in ulTCPWindowTxGet()
1847 vListInsertFifo( &pxWindow->xWaitQueue, &pxSegment->xQueueItem ); in ulTCPWindowTxGet()
2065 …if( ( xDoUnlink != pdFALSE ) && ( listLIST_ITEM_CONTAINER( &( pxSegment->xQueueItem ) ) != NULL ) ) in prvTCPWindowTxCheckAck()
2068 ( void ) uxListRemove( &pxSegment->xQueueItem ); in prvTCPWindowTxCheckAck()
2140 ( void ) uxListRemove( &pxSegment->xQueueItem ); in prvTCPWindowFastRetransmit()
2144 … vListInsertFifo( &( pxWindow->xPriorityQueue ), &( pxSegment->xQueueItem ) ); in prvTCPWindowFastRetransmit()