Searched refs:BW_METER_BUCKETS (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/netinet/
H A Dip_mroute.c209 #define BW_METER_BUCKETS 1024 macro
765 bzero(V_bw_meter_timers, BW_METER_BUCKETS * sizeof(*V_bw_meter_timers));
1826 x->bm_time_hash = BW_METER_BUCKETS;
2113 (hash) %= BW_METER_BUCKETS; \
2166 if (time_hash >= BW_METER_BUCKETS)
2183 x->bm_time_hash = BW_METER_BUCKETS;
2208 if (loops > BW_METER_BUCKETS)
2209 loops = BW_METER_BUCKETS;
2217 for (i = (now.tv_sec - loops) % BW_METER_BUCKETS; loops > 0; loops--) {
2220 if (++i >= BW_METER_BUCKETS)
[all...]

Completed in 56 milliseconds