counter_ratecheck
pps = counter_ratecheck(V_icmp_rates[which], V_icmplim +
pps = counter_ratecheck(V_icmp6_rates[which], V_icmp6errppslim +
return (counter_ratecheck(threshold->cr, threshold->limit) < 0);
int64_t counter_ratecheck(struct counter_rate *, int64_t);