Home
last modified time | relevance | path

Searched refs:maxPktSize (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dspunge.h83 FILLP_UINT32 maxPktSize; /* bytes */ member
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dspunge_core.c1290 ((FILLP_ULLONG)stb->maxPktSize * (FILLP_ULLONG)FILLP_FC_IN_KBPS) / (FILLP_ULLONG)stb->rate); in SpungeTokenTimerCb()
1298 FILLP_LOGINF("limite rate change from:%u to:%u, timer_interval:%u, maxPktSize:%u", rate_bck, stb->rate, in SpungeTokenTimerCb()
1299 stb->tockenTimerNode.interval, stb->maxPktSize); in SpungeTokenTimerCb()
1305 if ((tokens < stb->maxPktSize) || (stb->tokenCount < stb->maxPktSize)) { in SpungeTokenTimerCb()
1450 stb->maxPktSize = (FILLP_UINT32)g_appResource.flowControl.pktSize; in SpungeInitTokenBucket()
1460 (FILLP_UINT32)(((FILLP_ULLONG)stb->maxPktSize * (FILLP_ULLONG)FILLP_FC_IN_KBPS) / (FILLP_ULLONG)stb->rate); in SpungeInitTokenBucket()
1468 FILLP_LOGINF("limite rate:%u, timer_interval:%u, maxPktSize:%u", stb->rate, stb->tockenTimerNode.interval, in SpungeInitTokenBucket()
1469 stb->maxPktSize); in SpungeInitTokenBucket()
1482 if (stb->maxPktSize < (FILLP_UINT3 in SpungeTokenBucketAddFpcb()
[all...]

Completed in 3 milliseconds