Lines Matching refs:xQueueItem
451 vListInitialiseItem( &( xTCPSegments[ xIndex ].xQueueItem ) ); in prvCreateSectors()
456 …listSET_LIST_ITEM_OWNER( &( xTCPSegments[ xIndex ].xQueueItem ), ( void * ) &( xTCPSegments[ xInde… in prvCreateSectors()
708 if( listLIST_ITEM_CONTAINER( &( pxSegment->xQueueItem ) ) != NULL ) in vTCPWindowFree()
710 ( void ) uxListRemove( &( pxSegment->xQueueItem ) ); in vTCPWindowFree()
1463 vListInsertFifo( &( pxWindow->xTxQueue ), &( pxSegment->xQueueItem ) ); in lTCPWindowTxAdd()
1847 configASSERT( listLIST_ITEM_CONTAINER( &( pxSegment->xQueueItem ) ) == NULL ); in ulTCPWindowTxGet()
1851 vListInsertFifo( &pxWindow->xWaitQueue, &pxSegment->xQueueItem ); in ulTCPWindowTxGet()
2069 …if( ( xDoUnlink != pdFALSE ) && ( listLIST_ITEM_CONTAINER( &( pxSegment->xQueueItem ) ) != NULL ) ) in prvTCPWindowTxCheckAck()
2072 ( void ) uxListRemove( &pxSegment->xQueueItem ); in prvTCPWindowTxCheckAck()
2144 ( void ) uxListRemove( &pxSegment->xQueueItem ); in prvTCPWindowFastRetransmit()
2148 … vListInsertFifo( &( pxWindow->xPriorityQueue ), &( pxSegment->xQueueItem ) ); in prvTCPWindowFastRetransmit()