Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/ceph/
Dmessenger.h139 int auth_retry; /* true if we need a newer authorizer */ member
/linux-3.4.99/include/linux/
Dwanrouter.h171 unsigned auth_retry; /* max. retry */ member
/linux-3.4.99/net/ceph/
Dmessenger.c849 auth = con->ops->get_authorizer(con, auth_proto, con->auth_retry); in get_connect_authorizer()
1538 con->auth_retry++; in process_connect()
1540 con->auth_retry); in process_connect()
1541 if (con->auth_retry == 2) { in process_connect()
1629 con->auth_retry = 0; /* we authenticated; clear flag */ in process_connect()
2428 if (con->auth_retry && con->ops->invalidate_authorizer) { in ceph_fault()