Lines Matching refs:rq_cred
662 struct svc_cred *cred = &rqstp->rq_cred; in svcauth_unix_set_client()
730 struct svc_cred *cred = &rqstp->rq_cred; in svcauth_null_accept()
757 rqstp->rq_cred.cr_flavor = RPC_AUTH_NULL; in svcauth_null_accept()
767 if (rqstp->rq_cred.cr_group_info) in svcauth_null_release()
768 put_group_info(rqstp->rq_cred.cr_group_info); in svcauth_null_release()
769 rqstp->rq_cred.cr_group_info = NULL; in svcauth_null_release()
790 struct svc_cred *cred = &rqstp->rq_cred; in svcauth_unix_accept()
833 rqstp->rq_cred.cr_flavor = RPC_AUTH_UNIX; in svcauth_unix_accept()
849 if (rqstp->rq_cred.cr_group_info) in svcauth_unix_release()
850 put_group_info(rqstp->rq_cred.cr_group_info); in svcauth_unix_release()
851 rqstp->rq_cred.cr_group_info = NULL; in svcauth_unix_release()