Lines Matching refs:CWNDSCALE
156 #define CWNDSCALE 256 macro
157 #define MAXCWND (32 * CWNDSCALE)
467 cu->cu_sent += CWNDSCALE; in clnt_dg_call()
494 cu->cu_sent -= CWNDSCALE; in clnt_dg_call()
510 cu->cu_sent -= CWNDSCALE; in clnt_dg_call()
519 cu->cu_sent -= CWNDSCALE; in clnt_dg_call()
533 cu->cu_sent -= CWNDSCALE; in clnt_dg_call()
563 cu->cu_sent -= CWNDSCALE; in clnt_dg_call()
581 cu->cu_cwnd += (CWNDSCALE * CWNDSCALE in clnt_dg_call()
651 if (cu->cu_cwnd < CWNDSCALE) in clnt_dg_call()
652 cu->cu_cwnd = CWNDSCALE; in clnt_dg_call()
675 cu->cu_sent += CWNDSCALE; in clnt_dg_call()
727 cu->cu_sent += CWNDSCALE; in clnt_dg_call()