Home
last modified time | relevance | path

Searched refs:auth_retry (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/linux/ceph/
Dmessenger.h207 int auth_retry; /* true if we need a newer authorizer */ member
/linux-4.1.27/net/ceph/
Dmessenger.c1407 auth = con->ops->get_authorizer(con, auth_proto, con->auth_retry); in get_connect_authorizer()
2055 con->auth_retry++; in process_connect()
2057 con->auth_retry); in process_connect()
2058 if (con->auth_retry == 2) { in process_connect()
2147 con->auth_retry = 0; /* we authenticated; clear flag */ in process_connect()
2822 if (con->auth_retry && con->ops->invalidate_authorizer) { in con_fault_finish()