Home
last modified time | relevance | path

Searched refs:svc_cred (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/include/linux/sunrpc/
Dsvcauth.h21 struct svc_cred { struct
30 static inline void init_svc_cred(struct svc_cred *cred) in init_svc_cred() argument
37 static inline void free_svc_cred(struct svc_cred *cred) in free_svc_cred()
Dsvc.h237 struct svc_cred rq_cred; /* auth info */
/linux-4.1.27/net/sunrpc/auth_gss/
Dgss_rpc_upcall.h35 struct svc_cred creds;
Dgss_rpc_upcall.c247 sizeof(struct svc_cred))
314 data->creds = *(struct svc_cred *)value->data; in gssp_accept_sec_context_upcall()
Dgss_rpc_xdr.c182 struct svc_cred *creds) in gssx_dec_linux_creds()
244 struct svc_cred *creds; in gssx_dec_option_array()
263 creds = kmalloc(sizeof(struct svc_cred), GFP_KERNEL); in gssx_dec_option_array()
Dsvcauth_gss.c330 struct svc_cred cred;
1178 memset(&ud->creds, 0, sizeof(struct svc_cred)); in gss_proxy_save_rsc()
/linux-4.1.27/net/sunrpc/
Dsvcauth_unix.c661 struct svc_cred *cred = &rqstp->rq_cred; in svcauth_unix_set_client()
729 struct svc_cred *cred = &rqstp->rq_cred; in svcauth_null_accept()
793 struct svc_cred *cred = &rqstp->rq_cred; in svcauth_unix_accept()
/linux-4.1.27/fs/nfsd/
Dstate.h310 struct svc_cred cl_cred; /* setclientid principal */
Dnfs4state.c1842 static int copy_cred(struct svc_cred *target, struct svc_cred *source) in copy_cred()
1910 static bool is_gss_cred(struct svc_cred *cr) in is_gss_cred()
1918 same_creds(struct svc_cred *cr1, struct svc_cred *cr2) in same_creds()
1934 struct svc_cred *cr = &rqstp->rq_cred; in svc_rqst_integrity_protected()
1946 struct svc_cred *cr = &rqstp->rq_cred; in mach_creds_match()