Home | Sort by: relevance | last modified time | path |
/src/sys/netinet/ | |
ip_mroute.c | 2531 int time_hash; local in function:schedule_bw_meter 2547 BW_METER_TIMEHASH(x, time_hash); 2548 x->bm_time_next = bw_meter_timers[time_hash]; 2549 bw_meter_timers[time_hash] = x; 2550 x->bm_time_hash = time_hash; 2560 int time_hash; local in function:unschedule_bw_meter 2569 time_hash = x->bm_time_hash; 2570 if (time_hash >= BW_METER_BUCKETS) 2573 for (prev = NULL, tmp = bw_meter_timers[time_hash]; 2584 bw_meter_timers[time_hash] = x->bm_time_next 2644 int time_hash; local in function:bw_meter_process [all...] |