Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/nfs/
H A Dnfs_gss.c367 if (cp->gss_svc_handle == handle) { in nfs_gss_svc_ctx_find()
374 cp->gss_svc_handle = 0; in nfs_gss_svc_ctx_find()
414 cp->gss_svc_handle = random(); in nfs_gss_svc_ctx_insert()
415 if (cp->gss_svc_handle == 0) { in nfs_gss_svc_ctx_insert()
418 head = &nfs_gss_svc_ctx_hashtbl[SVC_CTX_HASH(cp->gss_svc_handle)]; in nfs_gss_svc_ctx_insert()
420 if (p->gss_svc_handle == cp->gss_svc_handle) { in nfs_gss_svc_ctx_insert()
468 (cp->gss_svc_handle ? GSS_SVC_CTX_TTL : 0) in nfs_gss_svc_ctx_timer()
1050 cp = nfs_gss_svc_ctx_find(cp->gss_svc_handle); in nfs_gss_svc_ctx_init()
1052 cp->gss_svc_handle = 0; // so it can't be found in nfs_gss_svc_ctx_init()
1078 nfsm_chain_add_32(error, &nmrep, sizeof(cp->gss_svc_handle)); in nfs_gss_svc_ctx_init()
[all …]
H A Dnfs_gss.h80 uint32_t gss_svc_handle; // Identifies server context to client member