Home
last modified time | relevance | path

Searched refs:historyNackQueueLen (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_pcb.c186 fpcb->statistics.nack.historyNackQueueLen = FILLP_DEFAULT_NACK_RETRY_LEN; in InitSimplePcbPar()
187 pcb->retryNackQueue = SpungeAlloc(fpcb->statistics.nack.historyNackQueueLen, sizeof(struct FillpPktNack *), in InitSimplePcbPar()
615 for (i = 0; i < fpcb->statistics.nack.historyNackQueueLen; i++) { in FillpPcbRemoveSend()
H A Dfillp_common.c505 if (pcb->send.retryIndex >= pcb->statistics.nack.historyNackQueueLen) { in FillpSendNack()
506 pcb->send.retryIndex = pcb->send.retryIndex % pcb->statistics.nack.historyNackQueueLen; in FillpSendNack()
/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillpinc.h1129 FILLP_UINT32 historyNackQueueLen; /* Indicates the history NACK queue length. */ member

Completed in 6 milliseconds