Searched refs:gss_svc_incarnation (Results 1 – 2 of 2) sorted by relevance
371 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()
86 uint64_t gss_svc_incarnation; // Delete ctx if we exceed this + ttl value member