Searched refs:maxRateAllowed (Results 1 – 2 of 2) sorted by relevance
38 } else if (flowControl->sendRate > alg->maxRateAllowed) { in FillpAlg0CalSendInterval()39 flowControl->sendRate = alg->maxRateAllowed; in FillpAlg0CalSendInterval()67 alg->maxRateAllowed = FILLP_GET_SOCKET(pcb)->resConf.flowControl.maxRate; in FillpAlg0FlowControlInit()210 FILLP_UINT32 maxRateAllowed; in FillpAlg0PackStateProcess() local214 maxRateAllowed = FILLP_GET_SOCKET(pcb)->resConf.flowControl.maxRate; in FillpAlg0PackStateProcess()216 (pack->oppositeSetRate < maxRateAllowed)) { in FillpAlg0PackStateProcess()217 alg->maxRateAllowed = pack->oppositeSetRate; in FillpAlg0PackStateProcess()219 alg->maxRateAllowed = maxRateAllowed; in FillpAlg0PackStateProcess()
47 FILLP_UINT32 maxRateAllowed; member