Searched refs:auth_retry (Results 1 – 3 of 3) sorted by relevance
340 auth = con->ops->get_authorizer(con, &auth_proto, con->v1.auth_retry); in get_connect_authorizer()812 con->v1.auth_retry++; in process_connect()814 con->v1.auth_retry); in process_connect()815 if (con->v1.auth_retry == 2) { in process_connect()902 con->v1.auth_retry = 0; /* we authenticated; clear flag */ in process_connect()
1485 if (con->v1.auth_retry) { in con_fault_finish()1486 dout("auth_retry %d, invalidating\n", con->v1.auth_retry); in con_fault_finish()1489 con->v1.auth_retry = 0; in con_fault_finish()
302 int auth_retry; /* true if we need a newer authorizer */ member