Searched defs:bw_meter (Results 1 – 3 of 3) sorted by relevance
353 struct bw_meter { struct354 struct bw_meter *bm_mfc_next; /* next bw meter (same mfc) */ argument355 struct bw_meter *bm_time_next; /* next bw meter (same time) */ argument356 uint32_t bm_time_hash; /* the time hash value */357 struct mfc *bm_mfc; /* the corresponding mfc */358 uint32_t bm_flags; /* misc flags (see below) */370 struct bw_data bm_threshold; /* the upcall threshold */371 struct bw_data bm_measured; /* the measured bw */372 struct timeval bm_start_time; /* abs. time */
2594 #define BW_METER_TIMEHASH(bw_meter, hash) \ argument
138 struct bw_meter bw_meter, *bwm; in mroutepr() local166 print_bw_meter(struct bw_meter *bw_meter, int *banner_printed) in print_bw_meter()