Searched refs:auth_domain_lookup (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/sunrpc/ |
H A D | svcauth.c | 139 * If auth_domain_lookup fails to find an entry, it will return 167 auth_domain_lookup(char *name, struct auth_domain *new) in auth_domain_lookup() function 188 EXPORT_SYMBOL_GPL(auth_domain_lookup); variable
|
H A D | svcauth_unix.c | 83 rv = auth_domain_lookup(name, &new->h); in unix_domain_find()
|
/kernel/linux/linux-6.6/net/sunrpc/ |
H A D | svcauth.c | 167 * If auth_domain_lookup fails to find an entry, it will return 195 auth_domain_lookup(char *name, struct auth_domain *new) in auth_domain_lookup() function 216 EXPORT_SYMBOL_GPL(auth_domain_lookup); variable
|
H A D | svcauth_unix.c | 85 rv = auth_domain_lookup(name, &new->h); in unix_domain_find()
|
/kernel/linux/linux-5.10/include/linux/sunrpc/ |
H A D | svcauth.h | 161 extern struct auth_domain *auth_domain_lookup(char *name, struct auth_domain *new);
|
/kernel/linux/linux-6.6/include/linux/sunrpc/ |
H A D | svcauth.h | 158 extern struct auth_domain *auth_domain_lookup(char *name, struct auth_domain *new);
|
/kernel/linux/linux-5.10/net/sunrpc/auth_gss/ |
H A D | svcauth_gss.c | 848 test = auth_domain_lookup(name, &new->h); in svcauth_gss_register_pseudoflavor()
|
/kernel/linux/linux-6.6/net/sunrpc/auth_gss/ |
H A D | svcauth_gss.c | 827 test = auth_domain_lookup(name, &new->h); in svcauth_gss_register_pseudoflavor()
|
Completed in 11 milliseconds