Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dip_mroute.c1802 (x->bm_threshold.b_bytes == req->bu_threshold.b_bytes) && in add_bw_upcall()
1821 x->bm_threshold.b_bytes = req->bu_threshold.b_bytes; in add_bw_upcall()
1823 x->bm_measured.b_bytes = 0; in add_bw_upcall()
1892 (x->bm_threshold.b_bytes == req->bu_threshold.b_bytes) && in del_bw_upcall()
1951 (x->bm_measured.b_bytes >= x->bm_threshold.b_bytes))) { in bw_meter_receive_packet()
1970 (x->bm_measured.b_bytes <= x->bm_threshold.b_bytes))) { in bw_meter_receive_packet()
1989 x->bm_measured.b_bytes <= x->bm_threshold.b_bytes)) { in bw_meter_receive_packet()
2038 u->bu_threshold.b_bytes = x->bm_threshold.b_bytes; in bw_meter_prepare_upcall()
2041 u->bu_measured.b_bytes = x->bm_measured.b_bytes; in bw_meter_prepare_upcall()
2135 x->bm_measured.b_bytes = 0; in schedule_bw_meter()
[all …]
H A Dip_mroute.h185 uint64_t b_bytes; member
/f-stack/tools/netstat/
H A Dmroute.c113 (uintmax_t)bw_meter->bm_measured.b_bytes); in print_bw_meter()
115 (uintmax_t)bw_meter->bm_measured.b_bytes); in print_bw_meter()
137 (uintmax_t)bw_meter->bm_threshold.b_bytes); in print_bw_meter()
139 (uintmax_t)bw_meter->bm_threshold.b_bytes); in print_bw_meter()
/f-stack/tools/compat/include/netinet/
H A Dip_mroute.h185 uint64_t b_bytes; member