Home
last modified time | relevance | path

Searched refs:rpcauth_lookup_credcache (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/include/linux/sunrpc/
Dauth.h174 struct rpc_cred * rpcauth_lookup_credcache(struct rpc_auth *, struct auth_cred *, int);
/linux-4.4.14/net/sunrpc/
Dauth_unix.c57 return rpcauth_lookup_credcache(auth, acred, flags); in unx_lookup_cred()
Dauth_generic.c80 return rpcauth_lookup_credcache(&generic_auth, acred, flags); in generic_lookup_cred()
Dauth.c545 rpcauth_lookup_credcache(struct rpc_auth *auth, struct auth_cred * acred, in rpcauth_lookup_credcache() function
618 EXPORT_SYMBOL_GPL(rpcauth_lookup_credcache);
/linux-4.4.14/net/sunrpc/auth_gss/
Dauth_gss.c1302 return rpcauth_lookup_credcache(auth, acred, flags); in gss_lookup_cred()