Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Dip_mroute.h336 #define BW_METER_LEQ (1 << 3) /* upcall if bw <= threshold */ macro
340 BW_METER_LEQ)
/f-stack/freebsd/netinet/
H A Dip_mroute.h336 #define BW_METER_LEQ (1 << 3) /* upcall if bw <= threshold */ macro
340 BW_METER_LEQ)
H A Dip_mroute.c1753 flags |= BW_METER_LEQ; in compute_bw_meter_flags()
1957 } else if (x->bm_flags & BW_METER_LEQ) { in bw_meter_receive_packet()
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()
/f-stack/tools/netstat/
H A Dmroute.c125 (bw_meter->bm_flags & BW_METER_LEQ) ? "<=" : "?"); in print_bw_meter()