Home
last modified time | relevance | path

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

/trueos/sys/netinet/
HDip_mroute.h333 #define BW_METER_UNIT_BYTES (1 << 1) /* threshold (in bytes) */ macro
337 BW_METER_UNIT_BYTES | \
HDip_mroute.c1747 flags |= BW_METER_UNIT_BYTES; in compute_bw_meter_flags()
1948 ((x->bm_flags & BW_METER_UNIT_BYTES) && in bw_meter_receive_packet()
1967 ((x->bm_flags & BW_METER_UNIT_BYTES) && in bw_meter_receive_packet()
1986 (x->bm_flags & BW_METER_UNIT_BYTES && in bw_meter_receive_packet()
2043 if (x->bm_flags & BW_METER_UNIT_BYTES) in bw_meter_prepare_upcall()
2259 ((x->bm_flags & BW_METER_UNIT_BYTES) && in bw_meter_process()
/trueos/usr.bin/netstat/
HDmroute.c115 if (bw_meter->bm_flags & BW_METER_UNIT_BYTES) in print_bw_meter()
138 if (bw_meter->bm_flags & BW_METER_UNIT_BYTES) in print_bw_meter()