Home
last modified time | relevance | path

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

/linux-4.1.27/net/sunrpc/
Dsvcauth.c139 auth_domain_lookup(char *name, struct auth_domain *new) in auth_domain_lookup() function
160 EXPORT_SYMBOL_GPL(auth_domain_lookup);
164 return auth_domain_lookup(name, NULL); in auth_domain_find()
Dsvcauth_unix.c53 rv = auth_domain_lookup(name, NULL); in unix_domain_find()
76 rv = auth_domain_lookup(name, &new->h); in unix_domain_find()
/linux-4.1.27/include/linux/sunrpc/
Dsvcauth.h150 extern struct auth_domain *auth_domain_lookup(char *name, struct auth_domain *new);
/linux-4.1.27/net/sunrpc/auth_gss/
Dsvcauth_gss.c792 test = auth_domain_lookup(name, &new->h); in svcauth_gss_register_pseudoflavor()