Searched refs:unackItem (Results 1 – 1 of 1) sorted by relevance
389 struct FillpPcbItem *unackItem = FILLP_NULL_PTR; in ProtectLongLoopRun() local394 if (unackItem->seqNum <= seqPktNum->beginSeqNum) { in ProtectLongLoopRun()396 unackItem->seqNum, seqPktNum->beginSeqNum); in ProtectLongLoopRun()401 HlistDelNode(&unackItem->pktSeqMapNode); in ProtectLongLoopRun()402 HlistDelNode(&unackItem->node); in ProtectLongLoopRun()408 pcb->send.inSendBytes -= (FILLP_ULLONG)unackItem->dataLen; in ProtectLongLoopRun()409 unackItem->infCount--; in ProtectLongLoopRun()413 … if (SkipListInsert(&pcb->send.unrecvList, unackItem, &unackItem->skipListNode, FILLP_TRUE)) { in ProtectLongLoopRun()414 InsertUnrecvListFail(pcb, unackItem); in ProtectLongLoopRun()419 pcb->send.unrecvRedunListBytes += unackItem->dataLen; in ProtectLongLoopRun()[all …]