Home
last modified time | relevance | path

Searched refs:CWNDSCALE (Results 1 – 1 of 1) sorted by relevance

/freebsd-13-stable/sys/rpc/
HDclnt_dg.c161 #define CWNDSCALE 256 macro
162 #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 …]