Searched refs:bind_fail_max (Results 1 – 3 of 3) sorted by relevance
275 int64_t bind_fail_max; member
331 cfg->bind_fail_max = get_prop_value_int(bprops, PR_BIND_FAIL_MAX_NAME); in populate_defaults()
880 ((cfg->bind_fail_max >= 0) && /* limit reached */ in handle_bind_failure()881 (++instance->bind_fail_count > cfg->bind_fail_max))) || in handle_bind_failure()