Home
last modified time | relevance | path

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

/net/sunrpc/
Dauth.c253 rpcauth_create(rpc_authflavor_t pseudoflavor, struct rpc_clnt *clnt) in rpcauth_create() function
283 EXPORT_SYMBOL_GPL(rpcauth_create);
Dclnt.c361 auth = rpcauth_create(args->authflavor, clnt); in rpc_new_client()