Searched refs:debugPcb (Results 1 - 10 of 10) sorted by relevance
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/ |
H A D | api.c | 1228 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 D | fillp_timer.c | 131 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 D | fillp_flow_control_alg0.c | 147 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 D | fillp_input.c | 486 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 D | fillp_output.c | 281 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 D | fillp_conn.c | 1406 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 D | fillp_common.c | 456 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 D | fillp_pcb.c | 415 (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 D | fillp_flow_control.c | 215 (pack->rate == 0) && isDataWaitedEmpty && (pcb->statistics.debugPcb.curPackDeltaUs != 0) && in FillpFcTailProtected()
|
/foundation/communication/dsoftbus/components/nstackx/fillp/include/ |
H A D | fillpinc.h | 1249 struct FillpStatatisticsDebugPcb debugPcb; /* Indicates the debug pcb statistics. */ member
|
Completed in 14 milliseconds