Searched refs:auth_retry (Results 1 – 3 of 3) sorted by relevance
336 auth = con->ops->get_authorizer(con, &auth_proto, con->v1.auth_retry); in get_connect_authorizer()802 con->v1.auth_retry++; in process_connect()804 con->v1.auth_retry); in process_connect()805 if (con->v1.auth_retry == 2) { in process_connect()892 con->v1.auth_retry = 0; /* we authenticated; clear flag */ in process_connect()
1528 if (!ceph_msgr2(from_msgr(con->msgr)) && con->v1.auth_retry) { in con_fault_finish()1529 dout("auth_retry %d, invalidating\n", con->v1.auth_retry); in con_fault_finish()1532 con->v1.auth_retry = 0; in con_fault_finish()
335 int auth_retry; /* true if we need a newer authorizer */ member