Searched refs:vListInsertFifo (Results 1 – 1 of 1) sorted by relevance
333 static portINLINE void vListInsertFifo( List_t * const pxList,342 static portINLINE void vListInsertFifo( List_t * const pxList, in vListInsertFifo() function459 vListInsertFifo( &xSegmentList, &( xTCPSegments[ xIndex ].xSegmentItem ) ); in prvCreateSectors()558 vListInsertFifo( &pxWindow->xRxSegments, pxItem ); in xTCPWindowNew()562 vListInsertFifo( &pxWindow->xTxSegments, pxItem ); in xTCPWindowNew()724 vListInsertFifo( &xSegmentList, &( pxSegment->xSegmentItem ) ); in vTCPWindowFree()1463 vListInsertFifo( &( pxWindow->xTxQueue ), &( pxSegment->xQueueItem ) ); in lTCPWindowTxAdd()1851 vListInsertFifo( &pxWindow->xWaitQueue, &pxSegment->xQueueItem ); in ulTCPWindowTxGet()2148 … vListInsertFifo( &( pxWindow->xPriorityQueue ), &( pxSegment->xQueueItem ) ); in prvTCPWindowFastRetransmit()