Searched defs:rpcb_rmtcalls_max (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/rpcbind/
H A Drpcb_svc_com.c626 * finfo_lock protects rpcb_rmtcalls, rpcb_rmtcalls_max, lastxid,
632 static int rpcb_rmtcalls_max; variable
641 rpcb_rmtcalls_max = max;
642 if (rpcb_rmtcalls > rpcb_rmtcalls_max) {
732 if (!allow_indirect || rpcb_rmtcalls_max == 0) {
1227 if (rpcb_rmtcalls_max == 0) {
1296 if (rpcb_rmtcalls > rpcb_rmtcalls_max) {
1333 if (rpcb_rmtcalls > rpcb_rmtcalls_max) {

Completed in 246 milliseconds