Home
last modified time | relevance | path

Searched refs:rpc_localaddr (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/linux/sunrpc/
Dclnt.h182 int rpc_localaddr(struct rpc_clnt *, struct sockaddr *, size_t);
/linux-4.4.14/fs/nfs/
Dnfs4client.c384 error = rpc_localaddr(clp->cl_rpcclient, sap, sizeof(cb_addr)); in nfs4_init_client()
1189 error = rpc_localaddr(clnt, localaddr, sizeof(address)); in nfs4_update_server()
/linux-4.4.14/net/sunrpc/
Dclnt.c1245 int rpc_localaddr(struct rpc_clnt *clnt, struct sockaddr *buf, size_t buflen) in rpc_localaddr() function
1269 EXPORT_SYMBOL_GPL(rpc_localaddr);