Lines Matching defs:expiry
54 time_t expiry;
206 if (a->expiry != b->expiry)
207 return a->expiry < b->expiry ? -1 : 1;
221 if (penalty->expiry >= now)
298 if (penalty->expiry < now) {
419 penalty->expiry = now + penalty_secs;
437 addrnetmask, (long long)(existing->expiry - now));
442 existing->expiry += penalty_secs;
443 if (existing->expiry - now > penalty_cfg.penalty_max)
444 existing->expiry = now + penalty_cfg.penalty_max;
445 if (existing->expiry - now > penalty_cfg.penalty_min &&
448 addrnetmask, t, (long long)(existing->expiry - now),
455 /* Re-insert into expiry tree */
474 if (p->expiry < now)
478 (long long)(p->expiry - now));