Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/sunrpc/
H A Dsvcauth.h21 struct svc_cred { struct
36 static inline void init_svc_cred(struct svc_cred *cred) in init_svc_cred() argument
45 static inline void free_svc_cred(struct svc_cred *cred) in free_svc_cred()
H A Dsvc.h244 struct svc_cred rq_cred; /* auth info */
/OK3568_Linux_fs/kernel/net/sunrpc/auth_gss/
H A Dgss_rpc_upcall.h22 struct svc_cred creds;
H A Dgss_rpc_upcall.c263 sizeof(struct svc_cred))
333 data->creds = *(struct svc_cred *)value->data; in gssp_accept_sec_context_upcall()
H A Dgss_rpc_xdr.c169 struct svc_cred *creds) in gssx_dec_linux_creds()
232 struct svc_cred *creds; in gssx_dec_option_array()
251 creds = kzalloc(sizeof(struct svc_cred), GFP_KERNEL); in gssx_dec_option_array()
H A Dsvcauth_gss.c345 struct svc_cred cred;
1307 memset(&ud->creds, 0, sizeof(struct svc_cred)); in gss_proxy_save_rsc()
/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dstate.h188 struct svc_cred sl_cred;
329 struct svc_cred cl_cred; /* setclientid principal */
H A Dnfs4state.c2168 static int copy_cred(struct svc_cred *target, struct svc_cred *source) in copy_cred()
2233 static bool is_gss_cred(struct svc_cred *cr) in is_gss_cred()
2241 same_creds(struct svc_cred *cr1, struct svc_cred *cr2) in same_creds()
2258 struct svc_cred *cr = &rqstp->rq_cred; in svc_rqst_integrity_protected()
2270 struct svc_cred *cr = &rqstp->rq_cred; in nfsd4_mach_creds_match()
/OK3568_Linux_fs/kernel/net/sunrpc/
H A Dsvcauth_unix.c673 struct svc_cred *cred = &rqstp->rq_cred; in svcauth_unix_set_client()
741 struct svc_cred *cred = &rqstp->rq_cred; in svcauth_null_accept()
801 struct svc_cred *cred = &rqstp->rq_cred; in svcauth_unix_accept()