Lines Matching refs:TCPSegment_t

117         static TCPSegment_t * xTCPWindowRxFind( const TCPWindow_t * pxWindow,
127 static TCPSegment_t * xTCPWindowNew( TCPWindow_t * pxWindow,
137 static TCPSegment_t * xTCPWindowGetHead( const List_t * pxList );
144 static TCPSegment_t * xTCPWindowPeekHead( const List_t * pxList );
152 static void vTCPWindowFree( TCPSegment_t * pxSegment );
164 static TCPSegment_t * xTCPWindowRxConfirm( const TCPWindow_t * pxWindow,
211 static TCPSegment_t * xTCPSegments = NULL;
425 …xTCPSegments = ( ( TCPSegment_t * ) pvPortMallocLarge( ( size_t ) ipconfigTCP_WIN_SEG_COUNT * size… in prvCreateSectors()
476 static TCPSegment_t * xTCPWindowRxFind( const TCPWindow_t * pxWindow, in xTCPWindowRxFind()
481 TCPSegment_t * pxSegment, * pxReturn = NULL; in xTCPWindowRxFind()
495 pxSegment = ( ( TCPSegment_t * ) listGET_LIST_ITEM_OWNER( pxIterator ) ); in xTCPWindowRxFind()
521 static TCPSegment_t * xTCPWindowNew( TCPWindow_t * pxWindow, in xTCPWindowNew()
526 TCPSegment_t * pxSegment; in xTCPWindowNew()
543 pxSegment = ( ( TCPSegment_t * ) listGET_LIST_ITEM_OWNER( pxItem ) ); in xTCPWindowNew()
638 static TCPSegment_t * xTCPWindowGetHead( const List_t * pxList ) in xTCPWindowGetHead()
640 TCPSegment_t * pxSegment; in xTCPWindowGetHead()
651 pxSegment = ( ( TCPSegment_t * ) listGET_LIST_ITEM_OWNER( pxItem ) ); in xTCPWindowGetHead()
670 static TCPSegment_t * xTCPWindowPeekHead( const List_t * pxList ) in xTCPWindowPeekHead()
673 TCPSegment_t * pxReturn; in xTCPWindowPeekHead()
683 pxReturn = ( ( TCPSegment_t * ) listGET_LIST_ITEM_OWNER( pxItem ) ); in xTCPWindowPeekHead()
698 static void vTCPWindowFree( TCPSegment_t * pxSegment ) in vTCPWindowFree()
736 TCPSegment_t * pxSegment; in vTCPWindowDestroy()
757 … pxSegment = ( ( TCPSegment_t * ) listGET_OWNER_OF_HEAD_ENTRY( pxSegments ) ); in vTCPWindowDestroy()
924 static TCPSegment_t * xTCPWindowRxConfirm( const TCPWindow_t * pxWindow, in xTCPWindowRxConfirm()
928 TCPSegment_t * pxBest = NULL; in xTCPWindowRxConfirm()
936 TCPSegment_t * pxSegment; in xTCPWindowRxConfirm()
951 pxSegment = ( ( TCPSegment_t * ) listGET_LIST_ITEM_OWNER( pxIterator ) ); in xTCPWindowRxConfirm()
1002 TCPSegment_t * pxFound; in prvTCPWindowRx_ExpectedRX()
1079 const TCPSegment_t * pxFound; in prvTCPWindowRx_UnexpectedRX()
1364 TCPSegment_t * pxSegment, in prvTCPWindowTxAdd_FrontSegment()
1420 TCPSegment_t * pxSegment = pxWindow->pxHeadSegment; in lTCPWindowTxAdd()
1521 const TCPSegment_t * pxSegment; in prvTCPWindowTxHasSpace()
1591 TCPSegment_t const * pxSegment; in xTCPWindowTxHasData()
1674 static TCPSegment_t * pxTCPWindowTx_GetWaitQueue( const TCPWindow_t * pxWindow ) in pxTCPWindowTx_GetWaitQueue()
1676 TCPSegment_t * pxSegment = xTCPWindowPeekHead( &( pxWindow->xWaitQueue ) ); in pxTCPWindowTx_GetWaitQueue()
1728 static TCPSegment_t * pxTCPWindowTx_GetTXQueue( TCPWindow_t * pxWindow, in pxTCPWindowTx_GetTXQueue()
1731 TCPSegment_t * pxSegment = xTCPWindowPeekHead( &( pxWindow->xTxQueue ) ); in pxTCPWindowTx_GetTXQueue()
1800 TCPSegment_t * pxSegment; in ulTCPWindowTxGet()
1898 const TCPSegment_t * pxSegment ) in prvTCPWindowTxCheckAck_CalcSRTT()
1950 TCPSegment_t * pxSegment; in prvTCPWindowTxCheckAck()
1978 pxSegment = ( ( TCPSegment_t * ) listGET_LIST_ITEM_OWNER( pxIterator ) ); in prvTCPWindowTxCheckAck()
2094 TCPSegment_t * pxSegment; in prvTCPWindowFastRetransmit()
2110 pxSegment = ( ( TCPSegment_t * ) listGET_LIST_ITEM_OWNER( pxIterator ) ); in prvTCPWindowFastRetransmit()