Lines Matching refs:pxIterator

483             const ListItem_t * pxIterator;  in xTCPWindowRxFind()  local
495 for( pxIterator = listGET_NEXT( pxEnd ); in xTCPWindowRxFind()
496 pxIterator != pxEnd; in xTCPWindowRxFind()
497 pxIterator = listGET_NEXT( pxIterator ) ) in xTCPWindowRxFind()
499 pxSegment = ( ( TCPSegment_t * ) listGET_LIST_ITEM_OWNER( pxIterator ) ); in xTCPWindowRxFind()
933 const ListItem_t * pxIterator; in xTCPWindowRxConfirm() local
951 for( pxIterator = listGET_NEXT( pxEnd ); in xTCPWindowRxConfirm()
952 pxIterator != pxEnd; in xTCPWindowRxConfirm()
953 pxIterator = listGET_NEXT( pxIterator ) ) in xTCPWindowRxConfirm()
955 pxSegment = ( ( TCPSegment_t * ) listGET_LIST_ITEM_OWNER( pxIterator ) ); in xTCPWindowRxConfirm()
1947 const ListItem_t * pxIterator; in prvTCPWindowTxCheckAck() local
1977 pxIterator = listGET_NEXT( pxEnd ); in prvTCPWindowTxCheckAck()
1979 … while( ( pxIterator != pxEnd ) && ( xSequenceLessThan( ulSequenceNumber, ulLast ) != 0 ) ) in prvTCPWindowTxCheckAck()
1982 pxSegment = ( ( TCPSegment_t * ) listGET_LIST_ITEM_OWNER( pxIterator ) ); in prvTCPWindowTxCheckAck()
1986 pxIterator = ( const ListItem_t * ) listGET_NEXT( pxIterator ); in prvTCPWindowTxCheckAck()
2096 const ListItem_t * pxIterator; in prvTCPWindowFastRetransmit() local
2109 pxIterator = listGET_NEXT( pxEnd ); in prvTCPWindowFastRetransmit()
2111 while( pxIterator != pxEnd ) in prvTCPWindowFastRetransmit()
2114 pxSegment = ( ( TCPSegment_t * ) listGET_LIST_ITEM_OWNER( pxIterator ) ); in prvTCPWindowFastRetransmit()
2117 pxIterator = listGET_NEXT( pxIterator ); in prvTCPWindowFastRetransmit()