Searched refs:ppsratecheck (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.41.6/bsd/security/audit/ |
| H A D | audit_worker.c | 208 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 D | audit_bsd.h | 308 #define ppsratecheck(tv, cr, mr) _audit_ppsratecheck(tv, cr, mr) macro
|
| /xnu-12377.41.6/bsd/sys/ |
| H A D | time.h | 229 int ppsratecheck(struct timeval *lasttime, int *curpps, int maxpps);
|
| /xnu-12377.41.6/bsd/kern/ |
| H A D | kern_time.c | 919 ppsratecheck(struct timeval *lasttime, int *curpps, int maxpps) in ppsratecheck() function
|
| /xnu-12377.41.6/bsd/netinet6/ |
| H A D | icmp6.c | 3354 if (!ppsratecheck(&icmp6rappslim_last, &icmp6rapps_count, in icmp6_ratelimit() 3358 } else if (!ppsratecheck(&icmp6errppslim_last, &icmp6errpps_count, in icmp6_ratelimit()
|