Searched refs:judgeThreshold (Results 1 – 4 of 4) sorted by relevance
105 pcb->send.tailProtect.judgeThreshold = FILLP_ONE_FIFTH_OF_RTT; in FillpAlg0FcInit()168 pcb->send.tailProtect.judgeThreshold = FILLP_ONE_FIFTH_OF_RTT; in FillpAlg0FcHandleInit()183 pcb->send.tailProtect.judgeThreshold = pcb->send.tailProtect.minJudgeThreshold; in FillpAlg0FcHandleInit()
218 if (tailProtect->samePackCount >= tailProtect->judgeThreshold) { in FillpFcTailProtected()221 … FILLP_GET_SOCKET(pcb)->index, tailProtect->judgeThreshold, infBytes, infCap, in FillpFcTailProtected()224 tailProtect->judgeThreshold = tailProtect->maxJudgeThreshold; in FillpFcTailProtected()228 pcb->send.tailProtect.judgeThreshold = tailProtect->minJudgeThreshold; in FillpFcTailProtected()
706 pcb->send.tailProtect.judgeThreshold = pcb->send.tailProtect.minJudgeThreshold; in FillpAjustTlpParameterByRtt()
117 FILLP_UINT8 judgeThreshold; member