Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/ceph/
Dmessenger.h269 struct ceph_connection { struct
272 const struct ceph_connection_operations *ops; argument
274 struct ceph_messenger *msgr;
276 atomic_t sock_state;
277 struct socket *sock;
278 struct ceph_entity_addr peer_addr; /* peer address */
279 struct ceph_entity_addr peer_addr_for_me;
281 unsigned long flags;
282 unsigned long state;
283 const char *error_msg; /* error message, if any */
[all …]