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

/linux-master/net/ceph/
H A Dmessenger_v1.c340 auth = con->ops->get_authorizer(con, &auth_proto, con->v1.auth_retry);
806 con->v1.auth_retry++;
808 con->v1.auth_retry);
809 if (con->v1.auth_retry == 2) {
896 con->v1.auth_retry = 0; /* we authenticated; clear flag */
H A Dmessenger.c1527 if (con->v1.auth_retry) {
1528 dout("auth_retry %d, invalidating\n", con->v1.auth_retry);
1531 con->v1.auth_retry = 0;
/linux-master/include/linux/ceph/
H A Dmessenger.h334 int auth_retry; /* true if we need a newer authorizer */ member in struct:ceph_connection_v1_info

Completed in 130 milliseconds