Searched refs:pp_max_auth_fail (Results 1 – 2 of 2) sorted by relevance
159 int pp_max_auth_fail; /* max. allowed authorization failures */ member
1074 sp->pp_max_auth_fail = DEFAULT_MAX_AUTH_FAILURES; in sppp_attach()3343 if (sp->pp_max_auth_fail != 0 && in sppp_lcp_check_and_close()3344 sp->pp_auth_failures >= sp->pp_max_auth_fail) { in sppp_lcp_check_and_close()6150 sp->pp_max_auth_fail = afsettings->max_failures; in sppp_params()6161 stats->max_failures = sp->pp_max_auth_fail; in sppp_params()