Searched refs:BW_TIMEVALCMP (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/netinet/ |
H A D | ip_mroute.c | 1847 #define BW_TIMEVALCMP(tvp, uvp, cmp) timevalcmp((tvp), (uvp), cmp) macro 1936 if (BW_TIMEVALCMP(&req->bu_threshold.b_time, &delta, <)) in add_bw_upcall() 1958 if ((BW_TIMEVALCMP(&x->bm_threshold.b_time, in add_bw_upcall() 2077 if ((BW_TIMEVALCMP(&x->bm_threshold.b_time, &req->bu_threshold.b_time, ==)) && in del_bw_upcall() 2122 if (BW_TIMEVALCMP(&delta, &x->bm_threshold.b_time, >)) { in bw_meter_geq_receive_packet()
|