Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/sunrpc/
H A Dsvcauth.c167 auth_domain_lookup(char *name, struct auth_domain *new) in auth_domain_lookup() function
188 EXPORT_SYMBOL_GPL(auth_domain_lookup);
H A Dsvcauth_unix.c83 rv = auth_domain_lookup(name, &new->h); in unix_domain_find()
/OK3568_Linux_fs/kernel/include/linux/sunrpc/
H A Dsvcauth.h161 extern struct auth_domain *auth_domain_lookup(char *name, struct auth_domain *new);
/OK3568_Linux_fs/kernel/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c848 test = auth_domain_lookup(name, &new->h); in svcauth_gss_register_pseudoflavor()