Home
last modified time | relevance | path

Searched refs:rpcb_local_clnt4 (Results 1 – 2 of 2) sorted by relevance

/net/sunrpc/
Drpcb_clnt.c182 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()
220 sn->rpcb_local_clnt, sn->rpcb_local_clnt4, in rpcb_set_local()
498 result = rpcb_register_call(sn, sn->rpcb_local_clnt4, msg, is_set); in rpcb_register_inet4()
529 result = rpcb_register_call(sn, sn->rpcb_local_clnt4, msg, is_set); in rpcb_register_inet6()
546 return rpcb_register_call(sn, sn->rpcb_local_clnt4, msg, false); in rpcb_unregister_all_protofamilies()
607 if (sn->rpcb_local_clnt4 == NULL) in rpcb_v4_register()
Dnetns.h24 struct rpc_clnt *rpcb_local_clnt4; member