Searched refs:BW_TIMEVALCMP (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | ip_mroute.c | 1737 #define BW_TIMEVALCMP(tvp, uvp, cmp) timevalcmp((tvp), (uvp), cmp) macro 1784 if (BW_TIMEVALCMP(&req->bu_threshold.b_time, &delta, <)) in add_bw_upcall() 1799 if ((BW_TIMEVALCMP(&x->bm_threshold.b_time, in add_bw_upcall() 1889 if ((BW_TIMEVALCMP(&x->bm_threshold.b_time, in del_bw_upcall() 1932 if (BW_TIMEVALCMP(&delta, &x->bm_threshold.b_time, >)) { in bw_meter_receive_packet() 1961 if (BW_TIMEVALCMP(&delta, &x->bm_threshold.b_time, >)) { in bw_meter_receive_packet() 2235 if (BW_TIMEVALCMP(&process_endtime, &now, >)) { in bw_meter_process()
|