Searched refs:gc_expiry (Results 1 – 2 of 2) sorted by relevance
76 unsigned long gc_expiry; member
228 ctx->gc_expiry = now + ((unsigned long)timeout * HZ); in gss_fill_context()279 __func__, ctx->gc_expiry, now, timeout, ctx->gc_acceptor.len, in gss_fill_context()1420 expire = ctx->gc_expiry - (gss_key_expire_timeo * HZ); in gss_key_timeout()1439 if (!ctx || time_after(jiffies, ctx->gc_expiry)) { in gss_match()