Searched refs:historyMaxRecvRateIndex (Results 1 – 2 of 2) sorted by relevance
47 FillpUpdateRecvRateSample(&alg->historyMaxRecvRate, recvRate, alg->historyMaxRecvRateIndex); in FillpAlg0UpdateMaxRecvRate()48 alg->historyMaxRecvRateIndex = alg->historyMaxRecvRateIndex + 1; in FillpAlg0UpdateMaxRecvRate()49 alg->historyMaxRecvRateIndex %= FILLP_FC0_PROBE_HISTORY_PACK_MAX_RATE_NUM; in FillpAlg0UpdateMaxRecvRate()59 alg->historyMaxRecvRateIndex = 0; in FillpAlg0FlowControlInit()
49 FILLP_UINT8 historyMaxRecvRateIndex; member