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

/freebsd-13-stable/sys/netinet/
H A Dip_mroute.c1737 #define BW_TIMEVALCMP(tvp, uvp, cmp) timevalcmp((tvp), (uvp), cmp) macro
1784 if (BW_TIMEVALCMP(&req->bu_threshold.b_time, &delta, <))
1799 if ((BW_TIMEVALCMP(&x->bm_threshold.b_time,
1889 if ((BW_TIMEVALCMP(&x->bm_threshold.b_time,
1932 if (BW_TIMEVALCMP(&delta, &x->bm_threshold.b_time, >)) {
1961 if (BW_TIMEVALCMP(&delta, &x->bm_threshold.b_time, >)) {
2235 if (BW_TIMEVALCMP(&process_endtime, &now, >)) {

Completed in 57 milliseconds