Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/nfs/
H A Dnfs_gss.c371 if (timenow > cp->gss_svc_incarnation + GSS_SVC_CTX_TTL) { in nfs_gss_svc_ctx_find()
382 cp->gss_svc_incarnation = timenow; in nfs_gss_svc_ctx_find()
428 &cp->gss_svc_incarnation); in nfs_gss_svc_ctx_insert()
470 if (timenow > cp->gss_svc_incarnation + in nfs_gss_svc_ctx_timer()
673 clock_get_uptime(&cp->gss_svc_incarnation); in nfs_gss_svc_cred_get()
1032 clock_get_uptime(&cp->gss_svc_incarnation); in nfs_gss_svc_ctx_init()
1058 &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