auth_res         1292 net/sunrpc/svc.c 	int			auth_res;
auth_res         1334 net/sunrpc/svc.c 	auth_res = svc_authenticate(rqstp, &auth_stat);
auth_res         1336 net/sunrpc/svc.c 	if (auth_res == SVC_OK && progp) {
auth_res         1338 net/sunrpc/svc.c 		auth_res = progp->pg_authenticate(rqstp);
auth_res         1340 net/sunrpc/svc.c 	switch (auth_res) {