Searched refs:log_ratelimit_ctx (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/usr.bin/ssh/ |
| D | log.h | 81 struct log_ratelimit_ctx { struct 100 void log_ratelimit_init(struct log_ratelimit_ctx *rl, u_int threshold, argument 102 int log_ratelimit(struct log_ratelimit_ctx *rl, time_t now, int *active,
|
| D | log.c | 486 log_ratelimit_init(struct log_ratelimit_ctx *rl, u_int threshold, in log_ratelimit_init() 505 log_ratelimit(struct log_ratelimit_ctx *rl, time_t now, int *active, in log_ratelimit()
|
| D | sshd.c | 543 static struct log_ratelimit_ctx ratelimit_maxstartups; in drop_connection() 544 static struct log_ratelimit_ctx ratelimit_penalty; in drop_connection() 549 struct log_ratelimit_ctx *rl = NULL; in drop_connection()
|