Searched defs:rttl (Results 1 – 2 of 2) sorted by relevance
33 struct rttl { struct34 int proc; /* NFS procedure number */35 int rtt; /* Measured round trip time */36 int rto; /* Round Trip Timeout */37 int sent; /* # rpcs in progress */38 int cwnd; /* Send window */39 int srtt; /* Ave Round Trip Time */40 int sdrtt; /* Ave mean deviation of RTT */41 fsid_t fsid; /* Fsid for mount point */42 struct timeval tstamp; /* Timestamp of log entry */[all …]
164 #define rttl(rdpcb) \ macro