Lines Matching refs:rq_cred
673 struct svc_cred *cred = &rqstp->rq_cred; in svcauth_unix_set_client()
741 struct svc_cred *cred = &rqstp->rq_cred; in svcauth_null_accept()
768 rqstp->rq_cred.cr_flavor = RPC_AUTH_NULL; in svcauth_null_accept()
778 if (rqstp->rq_cred.cr_group_info) in svcauth_null_release()
779 put_group_info(rqstp->rq_cred.cr_group_info); in svcauth_null_release()
780 rqstp->rq_cred.cr_group_info = NULL; in svcauth_null_release()
801 struct svc_cred *cred = &rqstp->rq_cred; in svcauth_unix_accept()
847 rqstp->rq_cred.cr_flavor = RPC_AUTH_UNIX; in svcauth_unix_accept()
863 if (rqstp->rq_cred.cr_group_info) in svcauth_unix_release()
864 put_group_info(rqstp->rq_cred.cr_group_info); in svcauth_unix_release()
865 rqstp->rq_cred.cr_group_info = NULL; in svcauth_unix_release()