Searched refs:vListInsertFifo (Results 1 – 1 of 1) sorted by relevance
331 static portINLINE void vListInsertFifo( List_t * const pxList,340 static portINLINE void vListInsertFifo( List_t * const pxList, in vListInsertFifo() function455 vListInsertFifo( &xSegmentList, &( xTCPSegments[ xIndex ].xSegmentItem ) ); in prvCreateSectors()554 vListInsertFifo( &pxWindow->xRxSegments, pxItem ); in xTCPWindowNew()558 vListInsertFifo( &pxWindow->xTxSegments, pxItem ); in xTCPWindowNew()720 vListInsertFifo( &xSegmentList, &( pxSegment->xSegmentItem ) ); in vTCPWindowFree()1459 vListInsertFifo( &( pxWindow->xTxQueue ), &( pxSegment->xQueueItem ) ); in lTCPWindowTxAdd()1847 vListInsertFifo( &pxWindow->xWaitQueue, &pxSegment->xQueueItem ); in ulTCPWindowTxGet()2144 … vListInsertFifo( &( pxWindow->xPriorityQueue ), &( pxSegment->xQueueItem ) ); in prvTCPWindowFastRetransmit()