Lines Matching refs:is_set
391 …b_register_call(struct sunrpc_net *sn, struct rpc_clnt *clnt, struct rpc_message *msg, bool is_set) in rpcb_register_call() argument
396 if (is_set || !sn->rpcb_is_af_local) in rpcb_register_call()
457 bool is_set = false; in rpcb_register() local
466 is_set = true; in rpcb_register()
469 return rpcb_register_call(sn, sn->rpcb_local_clnt, &msg, is_set); in rpcb_register()
482 bool is_set = false; in rpcb_register_inet4() local
495 is_set = true; in rpcb_register_inet4()
498 result = rpcb_register_call(sn, sn->rpcb_local_clnt4, msg, is_set); in rpcb_register_inet4()
513 bool is_set = false; in rpcb_register_inet6() local
526 is_set = true; in rpcb_register_inet6()
529 result = rpcb_register_call(sn, sn->rpcb_local_clnt4, msg, is_set); in rpcb_register_inet6()