Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dip_mroute.h337 #define BW_METER_UNIT_BYTES (1 << 1) /* threshold (in bytes) */ macro
341 BW_METER_UNIT_BYTES | \
H A Dip_mroute.c1841 flags |= BW_METER_UNIT_BYTES; in compute_bw_meter_flags()
1869 ((x->bm_flags & BW_METER_UNIT_BYTES) && in expire_bw_meter_leq()
2122 ((x->bm_flags & BW_METER_UNIT_BYTES) && in bw_meter_geq_receive_packet()
2167 if (x->bm_flags & BW_METER_UNIT_BYTES) in bw_meter_prepare_upcall()
/freebsd/usr.bin/netstat/
H A Dmroute.c106 if (bw_meter->bm_flags & BW_METER_UNIT_BYTES) { in print_bw_meter()
130 if (bw_meter->bm_flags & BW_METER_UNIT_BYTES) { in print_bw_meter()