Home
last modified time | relevance | path

Searched refs:vListInsertFifo (Results 1 – 1 of 1) sorted by relevance

/FreeRTOS-Plus-TCP-v3.1.0/source/
DFreeRTOS_TCP_WIN.c331 static portINLINE void vListInsertFifo( List_t * const pxList,
340 static portINLINE void vListInsertFifo( List_t * const pxList, in vListInsertFifo() function
455 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()
2144vListInsertFifo( &( pxWindow->xPriorityQueue ), &( pxSegment->xQueueItem ) ); in prvTCPWindowFastRetransmit()