Home
last modified time | relevance | path

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

/linux-6.1.9/net/ceph/
Dmessenger_v2.c1337 if (con->state != CEPH_CON_S_V2_AUTH) { in prepare_auth_request_more()
1708 con->state == CEPH_CON_S_V2_AUTH) { in prepare_read_control()
2054 con->state = CEPH_CON_S_V2_AUTH; in process_hello()
2071 if (con->state != CEPH_CON_S_V2_AUTH) { in process_auth_bad_method()
2110 if (con->state != CEPH_CON_S_V2_AUTH) { in process_auth_bad_method()
2130 if (con->state != CEPH_CON_S_V2_AUTH) { in process_auth_reply_more()
2172 if (con->state != CEPH_CON_S_V2_AUTH) { in process_auth_done()
2191 if (con->state != CEPH_CON_S_V2_AUTH) { in process_auth_done()
2783 if (con->state == CEPH_CON_S_V2_AUTH) { in handle_control()
/linux-6.1.9/include/linux/ceph/
Dmessenger.h269 #define CEPH_CON_S_V2_AUTH 8 macro