Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dip_mroute.h339 #define BW_METER_LEQ (1 << 3) /* upcall if bw <= threshold */ macro
343 BW_METER_LEQ)
H A Dip_mroute.c1863 flags |= BW_METER_LEQ; in compute_bw_meter_flags()
2016 if (x->bm_flags & BW_METER_LEQ) { in free_bw_list()
2189 if (x->bm_flags & BW_METER_LEQ) in bw_meter_prepare_upcall()
/freebsd/usr.bin/netstat/
H A Dmroute.c120 (bw_meter->bm_flags & BW_METER_LEQ) ? "<=" : "?"); in print_bw_meter()