Home
last modified time | relevance | path

Searched defs:bw_meter (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/sys/net/ip_mroute/
H A Dip_mroute.h353 struct bw_meter { struct
354 struct bw_meter *bm_mfc_next; /* next bw meter (same mfc) */ argument
355 struct bw_meter *bm_time_next; /* next bw meter (same time) */ argument
356 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 */
H A Dip_mroute.c2594 #define BW_METER_TIMEHASH(bw_meter, hash) \ argument
/dflybsd-src/usr.bin/netstat/
H A Dmroute.c138 struct bw_meter bw_meter, *bwm; in mroutepr() local
166 print_bw_meter(struct bw_meter *bw_meter, int *banner_printed) in print_bw_meter()