Home
last modified time | relevance | path

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

/openbmc/linux/net/ceph/
H A Dmessenger_v2.c1445 if (con->state != CEPH_CON_S_V2_AUTH) { in prepare_auth_request_more()
1816 con->state == CEPH_CON_S_V2_AUTH) { in prepare_read_control()
2284 con->state = CEPH_CON_S_V2_AUTH; in process_hello()
2301 if (con->state != CEPH_CON_S_V2_AUTH) { in process_auth_bad_method()
2340 if (con->state != CEPH_CON_S_V2_AUTH) { in process_auth_bad_method()
2360 if (con->state != CEPH_CON_S_V2_AUTH) { in process_auth_reply_more()
2402 if (con->state != CEPH_CON_S_V2_AUTH) { in process_auth_done()
2421 if (con->state != CEPH_CON_S_V2_AUTH) { in process_auth_done()
3013 if (con->state == CEPH_CON_S_V2_AUTH) { in handle_control()
/openbmc/linux/include/linux/ceph/
H A Dmessenger.h302 #define CEPH_CON_S_V2_AUTH 8 macro