Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/sunrpc/
Dauth.h148 void rpcauth_destroy_credcache(struct rpc_auth *);
/linux-2.6.39/net/sunrpc/
Dauth_generic.c163 rpcauth_destroy_credcache(&generic_auth); in rpc_destroy_generic_auth()
Dauth_unix.c212 rpcauth_destroy_credcache(&unix_auth); in rpc_destroy_authunix()
Dauth.c270 rpcauth_destroy_credcache(struct rpc_auth *auth) in rpcauth_destroy_credcache() function
281 EXPORT_SYMBOL_GPL(rpcauth_destroy_credcache);
/linux-2.6.39/net/sunrpc/auth_gss/
Dauth_gss.c888 rpcauth_destroy_credcache(auth); in gss_destroy()