Home
last modified time | relevance | path

Searched defs:ceph_connection (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/include/linux/ceph/
Dmessenger.h254 struct ceph_connection { struct
257 const struct ceph_connection_operations *ops; argument
259 struct ceph_messenger *msgr;
261 atomic_t sock_state;
262 struct socket *sock;
263 struct ceph_entity_addr peer_addr; /* peer address */
264 struct ceph_entity_addr peer_addr_for_me;
266 unsigned long flags;
267 unsigned long state;
268 const char *error_msg; /* error message, if any */
[all …]
/kernel/linux/linux-6.6/include/linux/ceph/
Dmessenger.h470 struct ceph_connection { struct
473 const struct ceph_connection_operations *ops; argument
475 struct ceph_messenger *msgr;
477 int state; /* CEPH_CON_S_* */
478 atomic_t sock_state;
479 struct socket *sock;
481 unsigned long flags; /* CEPH_CON_F_* */
482 const char *error_msg; /* error message, if any */
484 struct ceph_entity_name peer_name; /* peer name */
485 struct ceph_entity_addr peer_addr; /* peer address */
[all …]