Home
last modified time | relevance | path

Searched refs:debugPcb (Results 1 - 10 of 10) sorted by relevance

/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dapi.c1228 FILLP_SHOWDATABUTT("multiRetry: %d ", pcb->debugPcb.multiRetry); in FtFillpStatDebugStat()
1229 FILLP_SHOWDATABUTT("retryOne: %d ", pcb->debugPcb.retryOne); in FtFillpStatDebugStat()
1230 FILLP_SHOWDATABUTT("retryThreeTimes: %d ", pcb->debugPcb.retryThreeTimes); in FtFillpStatDebugStat()
1231 FILLP_SHOWDATABUTT("retryFourthTimes: %d ", pcb->debugPcb.retryFourthTimes); in FtFillpStatDebugStat()
1232 FILLP_SHOWDATABUTT("retryMore: %d ", pcb->debugPcb.retryMore); in FtFillpStatDebugStat()
1233 FILLP_SHOWDATABUTT("maxRetry: %d ", pcb->debugPcb.maxRetry); in FtFillpStatDebugStat()
1234 FILLP_SHOWDATABUTT("connReqSend: %u ", pcb->debugPcb.connReqSend); in FtFillpStatDebugStat()
1235 FILLP_SHOWDATABUTT("connReqFailed: %u ", pcb->debugPcb.connReqFailed); in FtFillpStatDebugStat()
1236 FILLP_SHOWDATABUTT("connReqAckSend: %u ", pcb->debugPcb.connReqAckSend); in FtFillpStatDebugStat()
1237 FILLP_SHOWDATABUTT("connReqAckFailed: %u ", pcb->debugPcb in FtFillpStatDebugStat()
[all...]
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_timer.c131 FILLP_GET_SOCKET(pcb)->index, pcb->statistics.debugPcb.nackSend, in FillpCalRecvRate()
132 pcb->statistics.debugPcb.nackFailed, pcb->statistics.debugPcb.nackRcv, in FillpCalRecvRate()
133 pcb->statistics.debugPcb.packSend, pcb->statistics.debugPcb.packFailed, in FillpCalRecvRate()
134 pcb->statistics.debugPcb.packRcv, pcb->statistics.debugPcb.nackPktNum, in FillpCalRecvRate()
135 pcb->statistics.traffic.totalSendBytes, pcb->statistics.debugPcb.packIntervalSendPkt, in FillpCalRecvRate()
137 pcb->statistics.debugPcb.packRecvedTimeInterval); in FillpCalRecvRate()
H A Dfillp_flow_control_alg0.c147 pcb->statistics.debugPcb.curPackDeltaUs = detaUs; in FillpAlg0CalMaxPackRcvInterval()
243 detaUs = pcb->pcbInst->curTime - pcb->statistics.debugPcb.packRecvedTimeInterval; in FillpAlg0AnalysePack()
247 double rate = (double)pcb->statistics.debugPcb.packIntervalSendBytes * FILLP_FC_IN_BIT; in FillpAlg0AnalysePack()
255 pcb->statistics.debugPcb.packRecvedTimeInterval = pcb->pcbInst->curTime; in FillpAlg0AnalysePack()
256 pcb->statistics.debugPcb.packIntervalSendBytes = FILLP_NULL; in FillpAlg0AnalysePack()
257 pcb->statistics.debugPcb.packIntervalSendPkt = FILLP_NULL; in FillpAlg0AnalysePack()
H A Dfillp_input.c486 pcb->statistics.debugPcb.nackRcv++; in FillpNackInput()
719 FILLP_GET_SOCKET(pcb)->index, pcb->statistics.debugPcb.nackSend, pcb->statistics.debugPcb.nackFailed, in FillpPackInputLog()
720 pcb->statistics.debugPcb.nackRcv, pcb->statistics.debugPcb.packSend, pcb->statistics.debugPcb.packFailed, in FillpPackInputLog()
721 pcb->statistics.debugPcb.packRcv); in FillpPackInputLog()
731 FILLP_GET_SOCKET(pcb)->index, pcb->statistics.debugPcb.packIntervalSendPkt, in FillpPackInputLog()
733 pcb->statistics.debugPcb.packRecvedTimeInterval); in FillpPackInputLog()
786 pcb->statistics.debugPcb in FillpPackInput()
[all...]
H A Dfillp_output.c281 stats->debugPcb.packIntervalSendBytes += bufLen; in UpdateStatisticsWhenSendOne()
282 stats->debugPcb.packIntervalSendPkt++; in UpdateStatisticsWhenSendOne()
386 if (item->sendCount > stats->debugPcb.onePktMaxSendCount) { in FillpSendItem()
387 stats->debugPcb.onePktMaxSendCount = item->sendCount; in FillpSendItem()
H A Dfillp_conn.c1406 pcb->statistics.debugPcb.connReqFailed++; in FillpSendConnReq()
1425 pcb->statistics.debugPcb.connReqSend++; in FillpSendConnReq()
1531 pcb->statistics.debugPcb.connReqAckFailed++; in FillpSendConnReqAck()
1540 pcb->statistics.debugPcb.connReqAckSend++; in FillpSendConnReqAck()
1677 pcb->statistics.debugPcb.connConfirmFailed++; in FillpSendConnConfirm()
1684 pcb->statistics.debugPcb.connConfirmSend++; in FillpSendConnConfirm()
1737 pcb->statistics.debugPcb.connConfirmAckFailed++; in FillpSendConnConfirmAck()
1746 pcb->statistics.debugPcb.connConfirmAckSend++; in FillpSendConnConfirmAck()
1820 pcb->statistics.debugPcb.disconnReqFailed++; in FillpSendFinInnerImpl()
1832 pcb->statistics.debugPcb in FillpSendFinInnerImpl()
[all...]
H A Dfillp_common.c456 pcb->statistics.debugPcb.nackFailed++; in FillpSendRepaetNack()
464 pcb->statistics.debugPcb.nackSend++; in FillpSendRepaetNack()
718 pcb->statistics.debugPcb.curPackDeltaUs = pcb->statistics.pack.packIntervalBackup; in FillpCalPackInterval()
805 pcb->statistics.debugPcb.packFailed++; in FillpBuildAndSendPack()
813 pcb->statistics.debugPcb.packSend++; in FillpBuildAndSendPack()
H A Dfillp_pcb.c415 (void)memset_s(&pcb->debugPcb, sizeof(struct FillpStatatisticsDebugPcb), 0, in FillpInitStastics()
417 pcb->debugPcb.packRecvedTimeInterval = fpcb->pcbInst->curTime; in FillpInitStastics()
418 pcb->debugPcb.curPackDeltaUs = pcb->pack.packIntervalBackup; in FillpInitStastics()
H A Dfillp_flow_control.c215 (pack->rate == 0) && isDataWaitedEmpty && (pcb->statistics.debugPcb.curPackDeltaUs != 0) && in FillpFcTailProtected()
/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillpinc.h1249 struct FillpStatatisticsDebugPcb debugPcb; /* Indicates the debug pcb statistics. */ member

Completed in 14 milliseconds