Home
last modified time | relevance | path

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

/netbsd-src/sys/netinet/
H A Dip_mroute.h325 #define BW_METER_LEQ (1 << 3) /* upcall if bw <= threshold */ macro
329 BW_METER_LEQ)
H A Dip_mroute.c2161 flags |= BW_METER_LEQ; in compute_bw_meter_flags()
2364 } else if (x->bm_flags & BW_METER_LEQ) { in bw_meter_receive_packet()
2454 if (x->bm_flags & BW_METER_LEQ) in bw_meter_prepare_upcall()
2533 if (!(x->bm_flags & BW_METER_LEQ)) in schedule_bw_meter()
2563 if (!(x->bm_flags & BW_METER_LEQ)) in unschedule_bw_meter()
/netbsd-src/usr.bin/netstat/
H A Dmroute.c309 else if (bw_meter->bm_flags & BW_METER_LEQ) in print_bw_meter()