Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_input.c389 struct FillpPcbItem *unackItem = FILLP_NULL_PTR; in ProtectLongLoopRun() local
394 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 …]