Searched refs:auth_retry (Results 1 – 2 of 2) sorted by relevance
278 int auth_retry; /* true if we need a newer authorizer */ member
1417 auth = con->ops->get_authorizer(con, &auth_proto, con->auth_retry); in get_connect_authorizer()2109 con->auth_retry++; in process_connect()2111 con->auth_retry); in process_connect()2112 if (con->auth_retry == 2) { in process_connect()2201 con->auth_retry = 0; /* we authenticated; clear flag */ in process_connect()2894 if (con->auth_retry) { in con_fault_finish()2895 dout("auth_retry %d, invalidating\n", con->auth_retry); in con_fault_finish()2898 con->auth_retry = 0; in con_fault_finish()