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

/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_worker.c207 ppsratecheck(&last_lowspace_trigger,
241 if (ppsratecheck(&last_fail, &cur_fail, 1))
304 } else if (ppsratecheck(&last_fail, &cur_fail, 1))
H A Daudit_bsd.h324 #define ppsratecheck(tv, cr, mr) _audit_ppsratecheck(tv, cr, mr) macro
/darwin-on-arm/xnu/bsd/netinet6/
H A Dicmp6.c162 static int ppsratecheck(struct timeval *, int *, int);
3197 * ppsratecheck(): packets (or events) per second limitation.
3200 ppsratecheck(lasttime, curpps, maxpps) function
3270 if (!ppsratecheck(&icmp6errppslim_last, &icmp6errpps_count,

Completed in 22 milliseconds