Searched refs:log_ratelimit_ctx (Results 1 – 3 of 3) sorted by relevance
| /freebsd/crypto/openssh/ |
| H A D | log.h | 84 struct log_ratelimit_ctx { struct 103 void log_ratelimit_init(struct log_ratelimit_ctx *rl, u_int threshold, argument 105 int log_ratelimit(struct log_ratelimit_ctx *rl, time_t now, int *active,
|
| H A D | log.c | 527 log_ratelimit_init(struct log_ratelimit_ctx *rl, u_int threshold, in log_ratelimit_init() 546 log_ratelimit(struct log_ratelimit_ctx *rl, time_t now, int *active, in log_ratelimit()
|
| H A D | sshd.c | 605 static struct log_ratelimit_ctx ratelimit_maxstartups; in drop_connection() 606 static struct log_ratelimit_ctx ratelimit_penalty; in drop_connection() 611 struct log_ratelimit_ctx *rl = NULL; in drop_connection()
|