Home
last modified time | relevance | path

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

/freebsd-14.2/usr.bin/netstat/
H A Dmroute.c128 (uintmax_t)bw_meter->bm_threshold.b_packets); in print_bw_meter()
130 (uintmax_t)bw_meter->bm_threshold.b_packets); in print_bw_meter()
135 (uintmax_t)bw_meter->bm_threshold.b_bytes); in print_bw_meter()
137 (uintmax_t)bw_meter->bm_threshold.b_bytes); in print_bw_meter()
143 (u_long)bw_meter->bm_threshold.b_time.tv_sec, in print_bw_meter()
144 (u_long)bw_meter->bm_threshold.b_time.tv_usec, s1, s2); in print_bw_meter()
148 &bw_meter->bm_threshold.b_time, &end); in print_bw_meter()
/freebsd-14.2/sys/netinet/
H A Dip_mroute.c1869 (x->bm_measured.b_bytes <= x->bm_threshold.b_bytes))) { in expire_bw_meter_leq()
1939 if ((BW_TIMEVALCMP(&x->bm_threshold.b_time, in add_bw_upcall()
1941 && (x->bm_threshold.b_packets in add_bw_upcall()
1943 && (x->bm_threshold.b_bytes in add_bw_upcall()
1960 x->bm_threshold.b_time = req->bu_threshold.b_time; in add_bw_upcall()
1963 x->bm_threshold.b_packets = req->bu_threshold.b_packets; in add_bw_upcall()
1964 x->bm_threshold.b_bytes = req->bu_threshold.b_bytes; in add_bw_upcall()
2103 if (BW_TIMEVALCMP(&delta, &x->bm_threshold.b_time, >)) { in bw_meter_geq_receive_packet()
2157 u->bu_threshold.b_time = x->bm_threshold.b_time; in bw_meter_prepare_upcall()
2158 u->bu_threshold.b_packets = x->bm_threshold.b_packets; in bw_meter_prepare_upcall()
[all …]
H A Dip_mroute.h349 struct bw_data bm_threshold; /* the upcall threshold */ member