Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/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 …]
/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 …]