Home
last modified time | relevance | path

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

/linux/include/linux/sunrpc/
H A Dsvcauth.h32 char *cr_principal; member
41 cred->cr_principal = NULL; in init_svc_cred()
51 kfree(cred->cr_principal); in free_svc_cred()
/linux/net/sunrpc/auth_gss/
H A Dgss_rpc_upcall.c355 data->creds.cr_principal = in gssp_accept_sec_context_upcall()
357 gssp_hostbased_service(&data->creds.cr_principal); in gssp_accept_sec_context_upcall()
H A Dsvcauth_gss.c565 rsci.cred.cr_principal = kstrdup(buf, GFP_KERNEL); in rsc_parse()
566 if (!rsci.cred.cr_principal) { in rsc_parse()
/linux/net/sunrpc/
H A Dsvcauth.c201 svc->cr_principal = NULL; in svcauth_map_clnt_to_svc_cred_local()
/linux/fs/nfsd/
H A Dnfs4state.c2711 target->cr_principal = kstrdup(source->cr_principal, GFP_KERNEL); in nfsd4_mach_creds_match()
2715 if ((source->cr_principal && !target->cr_principal) || in nfsd4_mach_creds_match()
2770 * established using gss: in theory cr_principal should catch that in find_stateid_by_type()
2771 * change, but in practice cr_principal can be null even in the gss case in find_stateid_by_type()
2790 if (cr1->cr_principal == cr2->cr_principal) in seq_quote_mem()
2792 if (!cr1->cr_principal || !cr2->cr_principal)
[all...]