Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/sunrpc/
H A Dauth.h166 struct rpc_cred * rpcauth_lookupcred(struct rpc_auth *, int);
/openbmc/linux/net/sunrpc/
H A Dauth.c578 rpcauth_lookupcred(struct rpc_auth *auth, int flags) in rpcauth_lookupcred() function
589 EXPORT_SYMBOL_GPL(rpcauth_lookupcred);
643 return rpcauth_lookupcred(auth, lookupflags); in rpcauth_bind_new_cred()
/openbmc/linux/fs/nfs/
H A Dnfs4namespace.c236 cred = rpcauth_lookupcred(new->cl_auth, 0); in nfs_find_best_sec()