Lines Matching refs:is_set
403 …b_register_call(struct sunrpc_net *sn, struct rpc_clnt *clnt, struct rpc_message *msg, bool is_set) in rpcb_register_call() argument
408 if (is_set || !sn->rpcb_is_af_local) in rpcb_register_call()
466 bool is_set = false; in rpcb_register() local
473 is_set = true; in rpcb_register()
476 return rpcb_register_call(sn, sn->rpcb_local_clnt, &msg, is_set); in rpcb_register()
489 bool is_set = false; in rpcb_register_inet4() local
497 is_set = true; in rpcb_register_inet4()
500 result = rpcb_register_call(sn, sn->rpcb_local_clnt4, msg, is_set); in rpcb_register_inet4()
515 bool is_set = false; in rpcb_register_inet6() local
523 is_set = true; in rpcb_register_inet6()
526 result = rpcb_register_call(sn, sn->rpcb_local_clnt4, msg, is_set); in rpcb_register_inet6()