Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_output.c39 sendPcb->unrecvRedunListBytes -= item->dataLen; in FillpMoveRedundantItemToUnrecvList()
137 sendPcb->unrecvRedunListBytes -= item->dataLen; in FillpBeforeSendItem()
335 pcb->send.unrecvRedunListBytes += item->dataLen; in FillpAddToUnackList()
419 sendPcb->unrecvRedunListBytes += item->dataLen; in FillpSendItem()
H A Dfillp_common.c112 pcb->send.unrecvRedunListBytes += item->dataLen; in FillpMoveOneNode()
228 pcb->send.unrecvRedunListBytes -= item->dataLen; in FillpAckUnrecvList()
258 pcb->send.unrecvRedunListBytes -= item->dataLen; in FillpAckRedunlist()
H A Dfillp_pcb.c217 pcb->unrecvRedunListBytes = 0; in InitSimplePcbPar()
H A Dfillp_input.c419 pcb->send.unrecvRedunListBytes += unackItem->dataLen; in ProtectLongLoopRun()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/
H A Dfillp_pcb.h165 FILLP_ULLONG unrecvRedunListBytes; /* total byte in unrecvList and redunList */ member
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dspunge_core.c1372 fpcb->send.unrecvRedunListBytes += item->dataLen; in SpungeClearItemWaitTokenList()