Home
last modified time | relevance | path

Searched refs:max_startups (Results 1 – 3 of 3) sorted by relevance

/src/crypto/openssh/
H A Dsshd.c241 children = xcalloc(options.max_startups, sizeof(*children)); in child_alloc()
242 for (i = 0; i < options.max_startups; i++) { in child_alloc()
259 for (i = 0; i < options.max_startups; i++) { in child_register()
270 " slots full", options.max_startups); in child_register()
293 if (++children_active > options.max_startups) in child_register()
344 for (i = 0; i < options.max_startups; i++) { in child_exit()
466 for (i = 0; i < options.max_startups; i++) { in child_reap_all_exited()
480 for (i = 0; i < options.max_startups; i++) { in close_startup_pipes()
497 for (i = 0; i < options.max_startups; i++) { in show_info()
582 if (startups >= options.max_startups) in should_drop_connection()
[all …]
H A Dservconf.h188 int max_startups; member
H A Dservconf.c168 options->max_startups = -1; in initialize_server_options()
423 if (options->max_startups == -1) in fill_default_server_options()
424 options->max_startups = 100; in fill_default_server_options()
2026 &options->max_startups)) == 3) { in process_server_config_line_depth()
2028 options->max_startups || in process_server_config_line_depth()
2037 options->max_startups = options->max_startups_begin; in process_server_config_line_depth()
2038 if (options->max_startups <= 0 || in process_server_config_line_depth()
3365 o->max_startups_rate, o->max_startups); in dump_config()