Searched refs:CWNDSCALE (Results 1 – 1 of 1) sorted by relevance
156 #define CWNDSCALE 256 macro157 #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()[all …]