Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dip_mroute.c1990 if (BW_TIMEVALCMP(&req->bu_threshold.b_time, &delta, <)) in add_bw_upcall()
2013 &req->bu_threshold.b_time, ==)) in add_bw_upcall()
2015 == req->bu_threshold.b_packets) in add_bw_upcall()
2017 == req->bu_threshold.b_bytes) in add_bw_upcall()
2033 x->bm_threshold.b_time = req->bu_threshold.b_time; in add_bw_upcall()
2036 x->bm_threshold.b_packets = req->bu_threshold.b_packets; in add_bw_upcall()
2037 x->bm_threshold.b_bytes = req->bu_threshold.b_bytes; in add_bw_upcall()
2132 if ((BW_TIMEVALCMP(&x->bm_threshold.b_time, &req->bu_threshold.b_time, ==)) && in del_bw_upcall()
2133 (x->bm_threshold.b_packets == req->bu_threshold.b_packets) && in del_bw_upcall()
2134 (x->bm_threshold.b_bytes == req->bu_threshold.b_bytes) && in del_bw_upcall()
[all …]
H A Dip_mroute.h194 struct bw_data bu_threshold; /* the bw threshold */ member