Searched refs:rpcb_local_clnt4 (Results 1 – 2 of 2) sorted by relevance
182 struct rpc_clnt *clnt4 = sn->rpcb_local_clnt4; in rpcb_put_local()189 sn->rpcb_local_clnt4 = NULL; in rpcb_put_local()214 sn->rpcb_local_clnt4 = clnt4; in rpcb_set_local()500 result = rpcb_register_call(sn, sn->rpcb_local_clnt4, msg, is_set); in rpcb_register_inet4()526 result = rpcb_register_call(sn, sn->rpcb_local_clnt4, msg, is_set); in rpcb_register_inet6()541 return rpcb_register_call(sn, sn->rpcb_local_clnt4, msg, false); in rpcb_unregister_all_protofamilies()602 if (sn->rpcb_local_clnt4 == NULL) in rpcb_v4_register()
25 struct rpc_clnt *rpcb_local_clnt4; member