1RPC_CLONE_CLIENT_SET(9) Linux Networking RPC_CLONE_CLIENT_SET(9)
23
4
NAME
6rpc_clone_client_set_auth - Clone an RPC client structure and set its
7auth
8
SYNOPSIS
10struct rpc_clnt * rpc_clone_client_set_auth(struct rpc_clnt * clnt,
11rpc_authflavor_t flavor);
12
ARGUMENTS
14clnt
15RPC client whose parameters are copied
1617
flavor
18security flavor for new client
19
DESCRIPTION
21Returns a fresh RPC client or an ERR_PTR.
22
COPYRIGHT
24Kernel Hackers Manual 3.10 June 2019 RPC_CLONE_CLIENT_SET(9)