Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/ceph/
Dmessenger.h507 int ceph_addr_port(const struct ceph_entity_addr *addr);
/Linux-v6.1/net/ceph/
Dmessenger.c1122 int ceph_addr_port(const struct ceph_entity_addr *addr) in ceph_addr_port() function
Dmessenger_v2.c2042 WARN_ON(ceph_addr_is_blank(my_addr) || ceph_addr_port(my_addr)); in process_hello()