Home
last modified time | relevance | path

Searched refs:ceph_addr_port (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/include/linux/ceph/
Dmessenger.h504 int ceph_addr_port(const struct ceph_entity_addr *addr);
/Linux-v5.15/net/ceph/
Dmessenger.c1148 int ceph_addr_port(const struct ceph_entity_addr *addr) in ceph_addr_port() function
Dmessenger_v2.c1923 WARN_ON(ceph_addr_is_blank(my_addr) || ceph_addr_port(my_addr)); in process_hello()