Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/ceph/
Dmessenger.h545 int ceph_addr_port(const struct ceph_entity_addr *addr);
/Linux-v6.6/net/ceph/
Dmessenger.c1194 int ceph_addr_port(const struct ceph_entity_addr *addr) in ceph_addr_port() function
Dmessenger_v2.c2269 WARN_ON(ceph_addr_is_blank(my_addr) || ceph_addr_port(my_addr)); in process_hello()