Home
last modified time | relevance | path

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

/src/sys/netinet/
H A Dip_mroute.c1849 #define BW_TIMEVALCMP(tvp, uvp, cmp) timevalcmp((tvp), (uvp), cmp) macro
1939 if (BW_TIMEVALCMP(&req->bu_threshold.b_time, &delta, <)) in add_bw_upcall()
1961 if ((BW_TIMEVALCMP(&x->bm_threshold.b_time, in add_bw_upcall()
2080 if ((BW_TIMEVALCMP(&x->bm_threshold.b_time, &req->bu_threshold.b_time, ==)) && in del_bw_upcall()
2125 if (BW_TIMEVALCMP(&delta, &x->bm_threshold.b_time, >)) { in bw_meter_geq_receive_packet()