Searched refs:CWNDSCALE (Results 1 – 1 of 1) sorted by relevance
161 #define CWNDSCALE 256 macro162 #define MAXCWND (32 * CWNDSCALE)472 cu->cu_sent += CWNDSCALE; in clnt_dg_call()499 cu->cu_sent -= CWNDSCALE; in clnt_dg_call()515 cu->cu_sent -= CWNDSCALE; in clnt_dg_call()524 cu->cu_sent -= CWNDSCALE; in clnt_dg_call()538 cu->cu_sent -= CWNDSCALE; in clnt_dg_call()568 cu->cu_sent -= CWNDSCALE; in clnt_dg_call()586 cu->cu_cwnd += (CWNDSCALE * CWNDSCALE in clnt_dg_call()656 if (cu->cu_cwnd < CWNDSCALE) in clnt_dg_call()[all …]