auth_domain_lookup  163 include/linux/sunrpc/svcauth.h extern struct auth_domain *auth_domain_lookup(char *name, struct auth_domain *new);
auth_domain_lookup  821 net/sunrpc/auth_gss/svcauth_gss.c 	test = auth_domain_lookup(name, &new->h);
auth_domain_lookup  184 net/sunrpc/svcauth.c EXPORT_SYMBOL_GPL(auth_domain_lookup);
auth_domain_lookup   83 net/sunrpc/svcauth_unix.c 		rv = auth_domain_lookup(name, &new->h);