Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_common.c101 item->infCount--; in FillpMoveOneNode()
194 pcb->send.inSendBytes -= (FILLP_ULLONG)((FILLP_ULLONG)item->dataLen * item->infCount); in FillpAckItemWaitTklist()
195 item->infCount = 0; in FillpAckItemWaitTklist()
229 pcb->send.inSendBytes -= (FILLP_ULLONG)((FILLP_ULLONG)item->dataLen * item->infCount); in FillpAckUnrecvList()
230 item->infCount = 0; in FillpAckUnrecvList()
259 pcb->send.inSendBytes -= (FILLP_ULLONG)((FILLP_ULLONG)item->dataLen * item->infCount); in FillpAckRedunlist()
260 item->infCount = 0; in FillpAckRedunlist()
281 pcb->send.inSendBytes -= (FILLP_ULLONG)((FILLP_ULLONG)item->dataLen * item->infCount); in FreeUnackList()
282 item->infCount = 0; in FreeUnackList()
H A Dfillp_output.c67 item->infCount = 0; in FillpGetSendItem()
358 item->infCount++; in FillpItemRetrans()
H A Dfillp_input.c409 unackItem->infCount--; in ProtectLongLoopRun()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/
H A Dfillp.h102 FILLP_UINT32 infCount; /* send success and flight in cap count */ member