Home
last modified time | relevance | path

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

/linux/net/sunrpc/
H A Dsvcauth.c210 * If auth_domain_lookup fails to find an entry, it will return
238 auth_domain_lookup(char *name, struct auth_domain *new) in auth_domain_lookup() function
259 EXPORT_SYMBOL_GPL(auth_domain_lookup);
H A Dsvcauth_unix.c85 rv = auth_domain_lookup(name, &new->h); in unix_domain_find()
/linux/include/linux/sunrpc/
H A Dsvcauth.h166 extern struct auth_domain *auth_domain_lookup(char *name, struct auth_domain *new);