Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Dip_mroute.h327 struct bw_meter { struct
328 struct bw_meter *bm_mfc_next; /* next bw meter (same mfc) */ argument
329 struct bw_meter *bm_time_next; /* next bw meter (same time) */ argument
330 uint32_t bm_time_hash; /* the time hash value */
331 struct mfc *bm_mfc; /* the corresponding mfc */
332 uint32_t bm_flags; /* misc flags (see below) */
344 struct bw_data bm_threshold; /* the upcall threshold */
345 struct bw_data bm_measured; /* the measured bw */
346 struct timeval bm_start_time; /* abs. time */
/f-stack/freebsd/netinet/
H A Dip_mroute.h327 struct bw_meter { struct
328 struct bw_meter *bm_mfc_next; /* next bw meter (same mfc) */ argument
329 struct bw_meter *bm_time_next; /* next bw meter (same time) */ argument
330 uint32_t bm_time_hash; /* the time hash value */
331 struct mfc *bm_mfc; /* the corresponding mfc */
332 uint32_t bm_flags; /* misc flags (see below) */
344 struct bw_data bm_threshold; /* the upcall threshold */
345 struct bw_data bm_measured; /* the measured bw */
346 struct timeval bm_start_time; /* abs. time */
H A Dip_mroute.c2105 #define BW_METER_TIMEHASH(bw_meter, hash) \ argument
/f-stack/tools/netstat/
H A Dmroute.c83 print_bw_meter(struct bw_meter *bw_meter, int *banner_printed) in print_bw_meter()
175 struct bw_meter bw_meter, *bwm; in print_mfc() local