Home
last modified time | relevance | path

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

/f-stack/tools/netstat/
H A Dmroute.c175 struct bw_meter bw_meter, *bwm; in print_mfc() local
216 bwm = m->mfc_bw_meter; in print_mfc()
217 while (bwm != NULL) { in print_mfc()
218 error = kread((u_long)bwm, (char *)&bw_meter, in print_mfc()
223 bwm = bw_meter.bm_mfc_next; in print_mfc()