Home
last modified time | relevance | path

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

/freebsd-13.1/sys/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
/freebsd-13.1/usr.bin/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()