Searched refs:CEPH_CON_S_V2_AUTH (Results 1 – 2 of 2) sorted by relevance
1441 if (con->state != CEPH_CON_S_V2_AUTH) { in prepare_auth_request_more()1812 con->state == CEPH_CON_S_V2_AUTH) { in prepare_read_control()2280 con->state = CEPH_CON_S_V2_AUTH; in process_hello()2297 if (con->state != CEPH_CON_S_V2_AUTH) { in process_auth_bad_method()2336 if (con->state != CEPH_CON_S_V2_AUTH) { in process_auth_bad_method()2356 if (con->state != CEPH_CON_S_V2_AUTH) { in process_auth_reply_more()2398 if (con->state != CEPH_CON_S_V2_AUTH) { in process_auth_done()2417 if (con->state != CEPH_CON_S_V2_AUTH) { in process_auth_done()3009 if (con->state == CEPH_CON_S_V2_AUTH) { in handle_control()
302 #define CEPH_CON_S_V2_AUTH 8 macro