Home
last modified time | relevance | path

Searched refs:cr_principal (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/include/linux/sunrpc/
Dsvcauth.h33 char *cr_principal; member
42 cred->cr_principal = NULL; in init_svc_cred()
52 kfree(cred->cr_principal); in free_svc_cred()
/Linux-v4.19/net/sunrpc/auth_gss/
Dgss_rpc_upcall.c362 data->creds.cr_principal = in gssp_accept_sec_context_upcall()
364 gssp_hostbased_service(&data->creds.cr_principal); in gssp_accept_sec_context_upcall()
Dsvcauth_gss.c508 rsci.cred.cr_principal = kstrdup(buf, GFP_KERNEL); in rsc_parse()
509 if (!rsci.cred.cr_principal) { in rsc_parse()
/Linux-v4.19/fs/nfs/
Dcallback.c379 char *p = rqstp->rq_cred.cr_principal; in check_gss_callback_principal()
/Linux-v4.19/fs/nfsd/
Dnfs4callback.c792 if (!clp->cl_cred.cr_principal && in setup_callback_client()
795 args.client_name = clp->cl_cred.cr_principal; in setup_callback_client()
Dnfs4state.c1979 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()