Searched refs:BW_TIMEVALCMP (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/sys/netinet/
H A Dip_mroute.c1740 #define BW_TIMEVALCMP(tvp, uvp, cmp) timevalcmp((tvp), (uvp), cmp) macro
1787 if (BW_TIMEVALCMP(&req->bu_threshold.b_time, &delta, <))
1802 if ((BW_TIMEVALCMP(&x->bm_threshold.b_time,
1892 if ((BW_TIMEVALCMP(&x->bm_threshold.b_time,
1935 if (BW_TIMEVALCMP(&delta, &x->bm_threshold.b_time, >)) {
1964 if (BW_TIMEVALCMP(&delta, &x->bm_threshold.b_time, >)) {
2239 if (BW_TIMEVALCMP(&process_endtime, &now, >)) {

Completed in 126 milliseconds