Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/sunrpc/
Dauth.h164 struct rpc_cred * rpcauth_lookupcred(struct rpc_auth *, int);
/linux-5.19.10/net/sunrpc/
Dauth.c581 rpcauth_lookupcred(struct rpc_auth *auth, int flags) in rpcauth_lookupcred() function
592 EXPORT_SYMBOL_GPL(rpcauth_lookupcred);
646 return rpcauth_lookupcred(auth, lookupflags); in rpcauth_bind_new_cred()
/linux-5.19.10/fs/nfs/
Dnfs4namespace.c235 cred = rpcauth_lookupcred(new->cl_auth, 0); in nfs_find_best_sec()