Home
last modified time | relevance | path

Searched refs:auth_domain_lookup (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/net/sunrpc/
Dsvcauth.c137 auth_domain_lookup(char *name, struct auth_domain *new) in auth_domain_lookup() function
159 EXPORT_SYMBOL_GPL(auth_domain_lookup);
163 return auth_domain_lookup(name, NULL); in auth_domain_find()
Dsvcauth_unix.c52 rv = auth_domain_lookup(name, NULL); in unix_domain_find()
75 rv = auth_domain_lookup(name, &new->h); in unix_domain_find()
/linux-3.4.99/include/linux/sunrpc/
Dsvcauth.h130 extern struct auth_domain *auth_domain_lookup(char *name, struct auth_domain *new);
/linux-3.4.99/net/sunrpc/auth_gss/
Dsvcauth_gss.c783 test = auth_domain_lookup(name, &new->h); in svcauth_gss_register_pseudoflavor()