Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/ceph/
Dmessenger.h253 struct ceph_connection { struct
256 const struct ceph_connection_operations *ops; argument
258 struct ceph_messenger *msgr;
260 atomic_t sock_state;
261 struct socket *sock;
262 struct ceph_entity_addr peer_addr; /* peer address */
263 struct ceph_entity_addr peer_addr_for_me;
265 unsigned long flags;
266 unsigned long state;
267 const char *error_msg; /* error message, if any */
[all …]