Home
last modified time | relevance | path

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

/src/sys/netinet/
H A Dip_mroute.c1939 if (BW_TIMEVALCMP(&req->bu_threshold.b_time, &delta, <)) in add_bw_upcall()
1962 &req->bu_threshold.b_time, ==)) in add_bw_upcall()
1964 == req->bu_threshold.b_packets) in add_bw_upcall()
1966 == req->bu_threshold.b_bytes) in add_bw_upcall()
1982 x->bm_threshold.b_time = req->bu_threshold.b_time; in add_bw_upcall()
1985 x->bm_threshold.b_packets = req->bu_threshold.b_packets; in add_bw_upcall()
1986 x->bm_threshold.b_bytes = req->bu_threshold.b_bytes; in add_bw_upcall()
2080 if ((BW_TIMEVALCMP(&x->bm_threshold.b_time, &req->bu_threshold.b_time, ==)) && in del_bw_upcall()
2081 (x->bm_threshold.b_packets == req->bu_threshold.b_packets) && in del_bw_upcall()
2082 (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