Home
last modified time | relevance | path

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

/linux/include/linux/ceph/
H A Dmessenger.h547 int ceph_addr_port(const struct ceph_entity_addr *addr);
/linux/net/ceph/
H A Dmessenger.c1195 int ceph_addr_port(const struct ceph_entity_addr *addr) in ceph_addr_port() function
H A Dmessenger_v2.c2241 WARN_ON(ceph_addr_is_blank(my_addr) || ceph_addr_port(my_addr)); in process_hello()