Home
last modified time | relevance | path

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

/src/usr.bin/netstat/
H A Dmroute.c107 (uintmax_t)bw_meter->bm_measured.b_bytes); in print_bw_meter()
109 (uintmax_t)bw_meter->bm_measured.b_bytes); in print_bw_meter()
131 (uintmax_t)bw_meter->bm_threshold.b_bytes); in print_bw_meter()
133 (uintmax_t)bw_meter->bm_threshold.b_bytes); in print_bw_meter()
/src/sys/netinet/
H A Dip_mroute.c1716 x->bm_measured.b_bytes += plen; in ip_mdq()
1890 (x->bm_measured.b_bytes <= x->bm_threshold.b_bytes))) { in expire_bw_meter_leq()
1905 x->bm_measured.b_bytes = 0; in expire_bw_meter_leq()
1965 && (x->bm_threshold.b_bytes in add_bw_upcall()
1966 == req->bu_threshold.b_bytes) in add_bw_upcall()
1986 x->bm_threshold.b_bytes = req->bu_threshold.b_bytes; in add_bw_upcall()
1988 x->bm_measured.b_bytes = 0; in add_bw_upcall()
2082 (x->bm_threshold.b_bytes == req->bu_threshold.b_bytes) && in del_bw_upcall()
2129 x->bm_measured.b_bytes = 0; in bw_meter_geq_receive_packet()
2135 x->bm_measured.b_bytes += plen; in bw_meter_geq_receive_packet()
[all …]
H A Dip_mroute.h182 uint64_t b_bytes; member