Searched refs:user_record_ratelimit_burst (Results 1 – 4 of 4) sorted by relevance
404 uint64_t user_record_ratelimit_burst(UserRecord *h);
423 … printf(" Auth. Limit: %" PRIu64 " attempts per %s\n", user_record_ratelimit_burst(hr), in user_record_show()
1933 uint64_t user_record_ratelimit_burst(UserRecord *h) { in user_record_ratelimit_burst() function2003 if (h->ratelimit_count < user_record_ratelimit_burst(h)) in user_record_ratelimit_next_try()
1328 } else if (h->ratelimit_count < user_record_ratelimit_burst(h)) { in user_record_ratelimit()