Searched refs:gc_expiry (Results 1 – 2 of 2) sorted by relevance
78 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()1467 if (!ctx || time_after(timeout, ctx->gc_expiry)) in gss_key_timeout()1486 if (!ctx || time_after(jiffies, ctx->gc_expiry)) { in gss_match()