Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dip_mroute.c2218 struct bw_meter *x, *tmp_list; in bw_meter_process() local
2224 tmp_list = V_bw_meter_timers[i]; in bw_meter_process()
2228 while (tmp_list != NULL) { in bw_meter_process()
2229 x = tmp_list; in bw_meter_process()
2230 tmp_list = tmp_list->bm_time_next; in bw_meter_process()