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

/freebsd-13-stable/sys/netinet/
H A Dip_mroute.c2123 int time_hash; local
2141 BW_METER_TIMEHASH(x, time_hash);
2142 x->bm_time_next = V_bw_meter_timers[time_hash];
2143 V_bw_meter_timers[time_hash] = x;
2144 x->bm_time_hash = time_hash;
2154 int time_hash; local
2165 time_hash = x->bm_time_hash;
2166 if (time_hash >= BW_METER_BUCKETS)
2169 for (prev = NULL, tmp = V_bw_meter_timers[time_hash];
2180 V_bw_meter_timers[time_hash]
2237 int time_hash; local
[all...]

Completed in 56 milliseconds