ratecheck
if (ratecheck(&sc->lastfail, &mpr_chainfail_interval))
ratecheck(&state->last_reseed, &csprng_reseed_interval)) {
if (ratecheck(last, minint) == 0)
if (ratecheck(&hs->hs_lastperr, &ieee80211_hwmp_perrminint) == 0)
int ratecheck(struct timeval *, const struct timeval *);