Lines Matching refs:rq_cred
661 struct svc_cred *cred = &rqstp->rq_cred; in svcauth_unix_set_client()
729 struct svc_cred *cred = &rqstp->rq_cred; in svcauth_null_accept()
760 rqstp->rq_cred.cr_flavor = RPC_AUTH_NULL; in svcauth_null_accept()
770 if (rqstp->rq_cred.cr_group_info) in svcauth_null_release()
771 put_group_info(rqstp->rq_cred.cr_group_info); in svcauth_null_release()
772 rqstp->rq_cred.cr_group_info = NULL; in svcauth_null_release()
793 struct svc_cred *cred = &rqstp->rq_cred; in svcauth_unix_accept()
839 rqstp->rq_cred.cr_flavor = RPC_AUTH_UNIX; in svcauth_unix_accept()
855 if (rqstp->rq_cred.cr_group_info) in svcauth_unix_release()
856 put_group_info(rqstp->rq_cred.cr_group_info); in svcauth_unix_release()
857 rqstp->rq_cred.cr_group_info = NULL; in svcauth_unix_release()