Home
last modified time | relevance | path

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

/linux-5.19.10/net/sunrpc/
Dsvcauth.c169 auth_domain_lookup(char *name, struct auth_domain *new) in auth_domain_lookup() function
190 EXPORT_SYMBOL_GPL(auth_domain_lookup);
Dsvcauth_unix.c84 rv = auth_domain_lookup(name, &new->h); in unix_domain_find()
/linux-5.19.10/include/linux/sunrpc/
Dsvcauth.h161 extern struct auth_domain *auth_domain_lookup(char *name, struct auth_domain *new);
/linux-5.19.10/net/sunrpc/auth_gss/
Dsvcauth_gss.c850 test = auth_domain_lookup(name, &new->h); in svcauth_gss_register_pseudoflavor()