Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/ceph/
Dmessenger.h203 int auth_retry; /* true if we need a newer authorizer */ member
/linux-4.4.14/net/ceph/
Dmessenger.c1413 auth = con->ops->get_authorizer(con, auth_proto, con->auth_retry); in get_connect_authorizer()
2068 con->auth_retry++; in process_connect()
2070 con->auth_retry); in process_connect()
2071 if (con->auth_retry == 2) { in process_connect()
2160 con->auth_retry = 0; /* we authenticated; clear flag */ in process_connect()
2844 if (con->auth_retry && con->ops->invalidate_authorizer) { in con_fault_finish()