Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dip_mroute.h331 struct bw_meter { struct
332 struct bw_meter *bm_mfc_next; /* next bw meter (same mfc) */ argument
333 struct bw_meter *bm_time_next; /* next bw meter (same time) */ argument
334 struct mfc *bm_mfc; /* the corresponding mfc */
335 uint32_t bm_flags; /* misc flags (see below) */
347 struct bw_data bm_threshold; /* the upcall threshold */
348 struct bw_data bm_measured; /* the measured bw */
349 struct timeval bm_start_time; /* abs. time */
352 void* arg; /* custom argument */
353 struct mtx bm_spin; /* meter spin lock */
[all …]
/freebsd/usr.bin/netstat/
H A Dmroute.c79 print_bw_meter(struct bw_meter *bw_meter, int *banner_printed) in print_bw_meter()
171 struct bw_meter bw_meter, *bwm; in print_mfc() local