Searched refs:CEPH_CON_F_SOCK_CLOSED (Results 1 - 2 of 2) sorted by relevance

/linux-master/net/ceph/
H A Dmessenger.c92 case CEPH_CON_F_SOCK_CLOSED:
400 ceph_con_flag_set(con, CEPH_CON_F_SOCK_CLOSED);
502 ceph_con_flag_clear(con, CEPH_CON_F_SOCK_CLOSED);
1469 if (!ceph_con_flag_test_and_clear(con, CEPH_CON_F_SOCK_CLOSED))
/linux-master/include/linux/ceph/
H A Dmessenger.h316 #define CEPH_CON_F_SOCK_CLOSED 3 /* socket state changed to closed */ macro

Completed in 165 milliseconds