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()
213 sn->rpcb_local_clnt4 = clnt4; in rpcb_set_local()
218 sn->rpcb_local_clnt, sn->rpcb_local_clnt4, in rpcb_set_local()
477 result = rpcb_register_call(sn->rpcb_local_clnt4, msg); in rpcb_register_inet4()
505 result = rpcb_register_call(sn->rpcb_local_clnt4, msg); in rpcb_register_inet6()
522 return rpcb_register_call(sn->rpcb_local_clnt4, msg); in rpcb_unregister_all_protofamilies()
583 if (sn->rpcb_local_clnt4 == NULL) in rpcb_v4_register()
Dnetns.h23 struct rpc_clnt *rpcb_local_clnt4; member