Home
last modified time | relevance | path

Searched refs:bm_flags (Results 1 – 4 of 4) sorted by relevance

/f-stack/tools/netstat/
H A Dmroute.c104 if (bw_meter->bm_flags & BW_METER_UNIT_PACKETS) { in print_bw_meter()
111 if (bw_meter->bm_flags & BW_METER_UNIT_BYTES) { in print_bw_meter()
124 xo_emit(" {t:type/%-3s}", (bw_meter->bm_flags & BW_METER_GEQ) ? ">=" : in print_bw_meter()
125 (bw_meter->bm_flags & BW_METER_LEQ) ? "<=" : "?"); in print_bw_meter()
128 if (bw_meter->bm_flags & BW_METER_UNIT_PACKETS) { in print_bw_meter()
135 if (bw_meter->bm_flags & BW_METER_UNIT_BYTES) { in print_bw_meter()
/f-stack/freebsd/netinet/
H A Dip_mroute.c1824 x->bm_flags = flags; in add_bw_upcall()
1928 if (x->bm_flags & BW_METER_GEQ) { in bw_meter_receive_packet()
1950 ((x->bm_flags & BW_METER_UNIT_BYTES) && in bw_meter_receive_packet()
1969 ((x->bm_flags & BW_METER_UNIT_BYTES) && in bw_meter_receive_packet()
1988 (x->bm_flags & BW_METER_UNIT_BYTES && in bw_meter_receive_packet()
2045 if (x->bm_flags & BW_METER_UNIT_BYTES) in bw_meter_prepare_upcall()
2047 if (x->bm_flags & BW_METER_GEQ) in bw_meter_prepare_upcall()
2049 if (x->bm_flags & BW_METER_LEQ) in bw_meter_prepare_upcall()
2127 if (!(x->bm_flags & BW_METER_LEQ)) in schedule_bw_meter()
2159 if (!(x->bm_flags & BW_METER_LEQ)) in unschedule_bw_meter()
[all …]
H A Dip_mroute.h332 uint32_t bm_flags; /* misc flags (see below) */ member
/f-stack/tools/compat/include/netinet/
H A Dip_mroute.h332 uint32_t bm_flags; /* misc flags (see below) */ member