Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/security/audit/
H A Daudit_worker.c208 ppsratecheck(&last_lowspace_trigger, in audit_record_write()
243 if (ppsratecheck(&last_fail, &cur_fail, 1)) { in audit_record_write()
308 } else if (ppsratecheck(&last_fail, &cur_fail, 1)) { in audit_record_write()
H A Daudit_bsd.h308 #define ppsratecheck(tv, cr, mr) _audit_ppsratecheck(tv, cr, mr) macro
/xnu-12377.41.6/bsd/sys/
H A Dtime.h229 int ppsratecheck(struct timeval *lasttime, int *curpps, int maxpps);
/xnu-12377.41.6/bsd/kern/
H A Dkern_time.c919 ppsratecheck(struct timeval *lasttime, int *curpps, int maxpps) in ppsratecheck() function
/xnu-12377.41.6/bsd/netinet6/
H A Dicmp6.c3354 if (!ppsratecheck(&icmp6rappslim_last, &icmp6rapps_count, in icmp6_ratelimit()
3358 } else if (!ppsratecheck(&icmp6errppslim_last, &icmp6errpps_count, in icmp6_ratelimit()