Searched refs:auth_domain_lookup (Results 1 - 3 of 3) sorted by relevance

/net/sunrpc/
H A Dsvcauth.c116 * If auth_domain_lookup fails to find an entry, it will return
139 auth_domain_lookup(char *name, struct auth_domain *new) function
160 EXPORT_SYMBOL_GPL(auth_domain_lookup); variable
164 return auth_domain_lookup(name, NULL);
H A Dsvcauth_unix.c53 rv = auth_domain_lookup(name, NULL);
76 rv = auth_domain_lookup(name, &new->h);
/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c790 test = auth_domain_lookup(name, &new->h);

Completed in 87 milliseconds