Home
last modified time | relevance | path

Searched refs:bu_threshold (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/netinet/
H A Dip_mroute.c2193 if (BW_TIMEVALCMP(&req->bu_threshold.b_time, &delta, <)) in add_bw_upcall()
2209 &req->bu_threshold.b_time, ==)) && in add_bw_upcall()
2210 (x->bm_threshold.b_packets == req->bu_threshold.b_packets) && in add_bw_upcall()
2211 (x->bm_threshold.b_bytes == req->bu_threshold.b_bytes) && in add_bw_upcall()
2226 x->bm_threshold.b_time = req->bu_threshold.b_time; in add_bw_upcall()
2229 x->bm_threshold.b_packets = req->bu_threshold.b_packets; in add_bw_upcall()
2230 x->bm_threshold.b_bytes = req->bu_threshold.b_bytes; in add_bw_upcall()
2299 &req->bu_threshold.b_time, ==)) && in del_bw_upcall()
2300 (x->bm_threshold.b_packets == req->bu_threshold.b_packets) && in del_bw_upcall()
2301 (x->bm_threshold.b_bytes == req->bu_threshold.b_bytes) && in del_bw_upcall()
[all …]
H A Dip_mroute.h167 struct bw_data bu_threshold; /* the bw threshold */ member