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.c1936 if (BW_TIMEVALCMP(&req->bu_threshold.b_time, &delta, <)) in add_bw_upcall()
1959 &req->bu_threshold.b_time, ==)) in add_bw_upcall()
1961 == req->bu_threshold.b_packets) in add_bw_upcall()
1963 == req->bu_threshold.b_bytes) in add_bw_upcall()
1979 x->bm_threshold.b_time = req->bu_threshold.b_time; in add_bw_upcall()
1982 x->bm_threshold.b_packets = req->bu_threshold.b_packets; in add_bw_upcall()
1983 x->bm_threshold.b_bytes = req->bu_threshold.b_bytes; in add_bw_upcall()
2077 if ((BW_TIMEVALCMP(&x->bm_threshold.b_time, &req->bu_threshold.b_time, ==)) && in del_bw_upcall()
2078 (x->bm_threshold.b_packets == req->bu_threshold.b_packets) && in del_bw_upcall()
2079 (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