Lines Matching refs:TCPSegment_t

119         static TCPSegment_t * xTCPWindowRxFind( const TCPWindow_t * pxWindow,
129 static TCPSegment_t * xTCPWindowNew( TCPWindow_t * pxWindow,
139 static TCPSegment_t * xTCPWindowGetHead( const List_t * pxList );
146 static TCPSegment_t * xTCPWindowPeekHead( const List_t * pxList );
154 static void vTCPWindowFree( TCPSegment_t * pxSegment );
166 static TCPSegment_t * xTCPWindowRxConfirm( const TCPWindow_t * pxWindow,
213 static TCPSegment_t * xTCPSegments = NULL;
429 …xTCPSegments = ( ( TCPSegment_t * ) pvPortMallocLarge( ( size_t ) ipconfigTCP_WIN_SEG_COUNT * size… in prvCreateSectors()
480 static TCPSegment_t * xTCPWindowRxFind( const TCPWindow_t * pxWindow, in xTCPWindowRxFind()
485 TCPSegment_t * pxSegment, * pxReturn = NULL; in xTCPWindowRxFind()
499 pxSegment = ( ( TCPSegment_t * ) listGET_LIST_ITEM_OWNER( pxIterator ) ); in xTCPWindowRxFind()
525 static TCPSegment_t * xTCPWindowNew( TCPWindow_t * pxWindow, in xTCPWindowNew()
530 TCPSegment_t * pxSegment; in xTCPWindowNew()
547 pxSegment = ( ( TCPSegment_t * ) listGET_LIST_ITEM_OWNER( pxItem ) ); in xTCPWindowNew()
642 static TCPSegment_t * xTCPWindowGetHead( const List_t * pxList ) in xTCPWindowGetHead()
644 TCPSegment_t * pxSegment; in xTCPWindowGetHead()
655 pxSegment = ( ( TCPSegment_t * ) listGET_LIST_ITEM_OWNER( pxItem ) ); in xTCPWindowGetHead()
674 static TCPSegment_t * xTCPWindowPeekHead( const List_t * pxList ) in xTCPWindowPeekHead()
677 TCPSegment_t * pxReturn; in xTCPWindowPeekHead()
687 pxReturn = ( ( TCPSegment_t * ) listGET_LIST_ITEM_OWNER( pxItem ) ); in xTCPWindowPeekHead()
702 static void vTCPWindowFree( TCPSegment_t * pxSegment ) in vTCPWindowFree()
740 TCPSegment_t * pxSegment; in vTCPWindowDestroy()
761 … pxSegment = ( ( TCPSegment_t * ) listGET_OWNER_OF_HEAD_ENTRY( pxSegments ) ); in vTCPWindowDestroy()
928 static TCPSegment_t * xTCPWindowRxConfirm( const TCPWindow_t * pxWindow, in xTCPWindowRxConfirm()
932 TCPSegment_t * pxBest = NULL; in xTCPWindowRxConfirm()
940 TCPSegment_t * pxSegment; in xTCPWindowRxConfirm()
955 pxSegment = ( ( TCPSegment_t * ) listGET_LIST_ITEM_OWNER( pxIterator ) ); in xTCPWindowRxConfirm()
1006 TCPSegment_t * pxFound; in prvTCPWindowRx_ExpectedRX()
1083 const TCPSegment_t * pxFound; in prvTCPWindowRx_UnexpectedRX()
1368 TCPSegment_t * pxSegment, in prvTCPWindowTxAdd_FrontSegment()
1424 TCPSegment_t * pxSegment = pxWindow->pxHeadSegment; in lTCPWindowTxAdd()
1525 const TCPSegment_t * pxSegment; in prvTCPWindowTxHasSpace()
1595 TCPSegment_t const * pxSegment; in xTCPWindowTxHasData()
1678 static TCPSegment_t * pxTCPWindowTx_GetWaitQueue( const TCPWindow_t * pxWindow ) in pxTCPWindowTx_GetWaitQueue()
1680 TCPSegment_t * pxSegment = xTCPWindowPeekHead( &( pxWindow->xWaitQueue ) ); in pxTCPWindowTx_GetWaitQueue()
1732 static TCPSegment_t * pxTCPWindowTx_GetTXQueue( TCPWindow_t * pxWindow, in pxTCPWindowTx_GetTXQueue()
1735 TCPSegment_t * pxSegment = xTCPWindowPeekHead( &( pxWindow->xTxQueue ) ); in pxTCPWindowTx_GetTXQueue()
1804 TCPSegment_t * pxSegment; in ulTCPWindowTxGet()
1902 const TCPSegment_t * pxSegment ) in prvTCPWindowTxCheckAck_CalcSRTT()
1954 TCPSegment_t * pxSegment; in prvTCPWindowTxCheckAck()
1982 pxSegment = ( ( TCPSegment_t * ) listGET_LIST_ITEM_OWNER( pxIterator ) ); in prvTCPWindowTxCheckAck()
2098 TCPSegment_t * pxSegment; in prvTCPWindowFastRetransmit()
2114 pxSegment = ( ( TCPSegment_t * ) listGET_LIST_ITEM_OWNER( pxIterator ) ); in prvTCPWindowFastRetransmit()