table of contents
other versions
RPC_CLONE_CLIENT(9) | Linux Networking | RPC_CLONE_CLIENT(9) |
NAME¶
rpc_clone_client - Clone an RPC client structureSYNOPSIS¶
struct rpc_clnt * rpc_clone_client(struct rpc_clnt * clnt);
ARGUMENTS¶
struct rpc_clnt * clntRPC client whose parameters are copied
DESCRIPTION¶
Returns a fresh RPC client or an ERR_PTR.COPYRIGHT¶
September 2017 | Kernel Hackers Manual 4.12 |