Home
last modified time | relevance | path

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

/freebsd-12.1/sys/netinet/
H A Dip_mroute.c1738 #define BW_TIMEVALCMP(tvp, uvp, cmp) timevalcmp((tvp), (uvp), cmp) macro
1785 if (BW_TIMEVALCMP(&req->bu_threshold.b_time, &delta, <)) in add_bw_upcall()
1800 if ((BW_TIMEVALCMP(&x->bm_threshold.b_time, in add_bw_upcall()
1890 if ((BW_TIMEVALCMP(&x->bm_threshold.b_time, in del_bw_upcall()
1933 if (BW_TIMEVALCMP(&delta, &x->bm_threshold.b_time, >)) { in bw_meter_receive_packet()
1962 if (BW_TIMEVALCMP(&delta, &x->bm_threshold.b_time, >)) { in bw_meter_receive_packet()
2237 if (BW_TIMEVALCMP(&process_endtime, &now, >)) { in bw_meter_process()