Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dip_mroute.c1784 if (BW_TIMEVALCMP(&req->bu_threshold.b_time, &delta, <)) in add_bw_upcall()
1800 &req->bu_threshold.b_time, ==)) && in add_bw_upcall()
1802 (x->bm_threshold.b_bytes == req->bu_threshold.b_bytes) && in add_bw_upcall()
1817 x->bm_threshold.b_time = req->bu_threshold.b_time; in add_bw_upcall()
1820 x->bm_threshold.b_packets = req->bu_threshold.b_packets; in add_bw_upcall()
1821 x->bm_threshold.b_bytes = req->bu_threshold.b_bytes; in add_bw_upcall()
1890 &req->bu_threshold.b_time, ==)) && in del_bw_upcall()
1892 (x->bm_threshold.b_bytes == req->bu_threshold.b_bytes) && in del_bw_upcall()
2036 u->bu_threshold.b_time = x->bm_threshold.b_time; in bw_meter_prepare_upcall()
2037 u->bu_threshold.b_packets = x->bm_threshold.b_packets; in bw_meter_prepare_upcall()
[all …]
H A Dip_mroute.h197 struct bw_data bu_threshold; /* the bw threshold */ member
/f-stack/tools/compat/include/netinet/
H A Dip_mroute.h197 struct bw_data bu_threshold; /* the bw threshold */ member