Home
last modified time | relevance | path

Searched refs:user_record_ratelimit_burst (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/shared/
Duser-record.h404 uint64_t user_record_ratelimit_burst(UserRecord *h);
Duser-record-show.c423 … printf(" Auth. Limit: %" PRIu64 " attempts per %s\n", user_record_ratelimit_burst(hr), in user_record_show()
Duser-record.c1933 uint64_t user_record_ratelimit_burst(UserRecord *h) { in user_record_ratelimit_burst() function
2003 if (h->ratelimit_count < user_record_ratelimit_burst(h)) in user_record_ratelimit_next_try()
/systemd-251/src/home/
Duser-record-util.c1328 } else if (h->ratelimit_count < user_record_ratelimit_burst(h)) { in user_record_ratelimit()