Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/nfs/
H A Dnfs_gss.c368 if (timenow > cp->gss_svc_incarnation + GSS_SVC_CTX_TTL) { in nfs_gss_svc_ctx_find()
379 cp->gss_svc_incarnation = timenow; in nfs_gss_svc_ctx_find()
425 &cp->gss_svc_incarnation); in nfs_gss_svc_ctx_insert()
467 if (timenow > cp->gss_svc_incarnation + in nfs_gss_svc_ctx_timer()
670 clock_get_uptime(&cp->gss_svc_incarnation); in nfs_gss_svc_cred_get()
1029 clock_get_uptime(&cp->gss_svc_incarnation); in nfs_gss_svc_ctx_init()
1055 &cp->gss_svc_incarnation); in nfs_gss_svc_ctx_init()
H A Dnfs_gss.h86 uint64_t gss_svc_incarnation; // Delete ctx if we exceed this + ttl value member