Home
last modified time | relevance | path

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

/net/sunrpc/
Dsvcauth.c190 struct auth_domain *auth_domain_find(char *name) in auth_domain_find() function
209 EXPORT_SYMBOL_GPL(auth_domain_find);
Dsvcauth_unix.c60 rv = auth_domain_find(name); in unix_domain_find()
/net/sunrpc/auth_gss/
Dsvcauth_gss.c817 return auth_domain_find(name); in find_gss_auth_domain()