Searched refs:cr_principal (Results 1 – 6 of 6) sorted by relevance
33 char *cr_principal; member42 cred->cr_principal = NULL; in init_svc_cred()52 kfree(cred->cr_principal); in free_svc_cred()
362 data->creds.cr_principal = in gssp_accept_sec_context_upcall()364 gssp_hostbased_service(&data->creds.cr_principal); in gssp_accept_sec_context_upcall()
508 rsci.cred.cr_principal = kstrdup(buf, GFP_KERNEL); in rsc_parse()509 if (!rsci.cred.cr_principal) { in rsc_parse()
379 char *p = rqstp->rq_cred.cr_principal; in check_gss_callback_principal()
792 if (!clp->cl_cred.cr_principal && in setup_callback_client()795 args.client_name = clp->cl_cred.cr_principal; in setup_callback_client()
1979 target->cr_principal = kstrdup(source->cr_principal, GFP_KERNEL); in copy_cred()1983 if ((source->cr_principal && !target->cr_principal) || in copy_cred()2063 if (cr1->cr_principal == cr2->cr_principal) in same_creds()2065 if (!cr1->cr_principal || !cr2->cr_principal) in same_creds()2067 return 0 == strcmp(cr1->cr_principal, cr2->cr_principal); in same_creds()2095 if (!cr->cr_principal) in nfsd4_mach_creds_match()2097 return 0 == strcmp(cl->cl_cred.cr_principal, cr->cr_principal); in nfsd4_mach_creds_match()2535 if (!new->cl_cred.cr_principal && in nfsd4_exchange_id()