Home
last modified time | relevance | path

Searched refs:gss_svc_handle (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.121.3/bsd/nfs/
H A Dnfs_gss.h140 uint32_t gss_svc_handle; // Identifies server context to client member
H A Dnfs_gss.c2849 if (cp->gss_svc_handle == handle) { in nfs_gss_svc_ctx_find()
2856 cp->gss_svc_handle = 0; in nfs_gss_svc_ctx_find()
2896 cp->gss_svc_handle = random(); in nfs_gss_svc_ctx_insert()
2897 if (cp->gss_svc_handle == 0) { in nfs_gss_svc_ctx_insert()
2900 head = &nfs_gss_svc_ctx_hashtbl[SVC_CTX_HASH(cp->gss_svc_handle)]; in nfs_gss_svc_ctx_insert()
2902 if (p->gss_svc_handle == cp->gss_svc_handle) { in nfs_gss_svc_ctx_insert()
2950 (cp->gss_svc_handle ? GSS_SVC_CTX_TTL : 0) in nfs_gss_svc_ctx_timer()
3532 cp = nfs_gss_svc_ctx_find(cp->gss_svc_handle); in nfs_gss_svc_ctx_init()
3534 cp->gss_svc_handle = 0; // so it can't be found in nfs_gss_svc_ctx_init()
3560 nfsm_chain_add_32(error, &nmrep, sizeof(cp->gss_svc_handle)); in nfs_gss_svc_ctx_init()
[all …]