Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/ceph/
A Dmessenger_v1.c337 auth = con->ops->get_authorizer(con, &auth_proto, con->v1.auth_retry); in get_connect_authorizer()
809 con->v1.auth_retry++; in process_connect()
811 con->v1.auth_retry); in process_connect()
812 if (con->v1.auth_retry == 2) { in process_connect()
899 con->v1.auth_retry = 0; /* we authenticated; clear flag */ in process_connect()
A Dmessenger.c1460 if (con->v1.auth_retry) { in con_fault_finish()
1461 dout("auth_retry %d, invalidating\n", con->v1.auth_retry); in con_fault_finish()
1464 con->v1.auth_retry = 0; in con_fault_finish()
/linux-6.3-rc2/include/linux/ceph/
A Dmessenger.h301 int auth_retry; /* true if we need a newer authorizer */ member

Completed in 11 milliseconds