Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/nfs/
H A Dnfs_gss.h146 uint64_t gss_svc_incarnation; // Delete ctx if we exceed this + ttl value member
H A Dnfs_gss.c2848 if (timenow > cp->gss_svc_incarnation + GSS_SVC_CTX_TTL) { in nfs_gss_svc_ctx_find()
2859 cp->gss_svc_incarnation = timenow; in nfs_gss_svc_ctx_find()
2905 &cp->gss_svc_incarnation); in nfs_gss_svc_ctx_insert()
2947 if (timenow > cp->gss_svc_incarnation + in nfs_gss_svc_ctx_timer()
3150 clock_get_uptime(&cp->gss_svc_incarnation); in nfs_gss_svc_cred_get()
3511 clock_get_uptime(&cp->gss_svc_incarnation); in nfs_gss_svc_ctx_init()
3537 &cp->gss_svc_incarnation); in nfs_gss_svc_ctx_init()