Home
last modified time | relevance | path

Searched refs:counter_ratecheck (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/sys/sys/
Dcounter.h75 int64_t counter_ratecheck(struct counter_rate *, int64_t);
/freebsd-12-stable/sys/kern/
Dsubr_counter.c130 counter_ratecheck(struct counter_rate *cr, int64_t limit) in counter_ratecheck() function
/freebsd-12-stable/sys/netinet/
Dip_icmp.c1072 pps = counter_ratecheck(&V_icmp_rates[which].cr, V_icmplim + in badport_bandlim()