Searched refs:gss_svc_incarnation (Results 1 – 2 of 2) sorted by relevance
369 if (timenow > cp->gss_svc_incarnation + GSS_SVC_CTX_TTL) { in nfs_gss_svc_ctx_find()380 cp->gss_svc_incarnation = timenow; in nfs_gss_svc_ctx_find()426 &cp->gss_svc_incarnation); in nfs_gss_svc_ctx_insert()468 if (timenow > cp->gss_svc_incarnation + in nfs_gss_svc_ctx_timer()671 clock_get_uptime(&cp->gss_svc_incarnation); in nfs_gss_svc_cred_get()1030 clock_get_uptime(&cp->gss_svc_incarnation); in nfs_gss_svc_ctx_init()1056 &cp->gss_svc_incarnation); in nfs_gss_svc_ctx_init()
86 uint64_t gss_svc_incarnation; // Delete ctx if we exceed this + ttl value member