Searched refs:ceph_pton (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/net/ceph/ |
D | messenger.c | 1837 static int ceph_pton(const char *str, size_t len, struct ceph_entity_addr *addr, in ceph_pton() function 1890 ret = ceph_pton(ip_addr, ip_len, addr, -1, NULL); in ceph_dns_resolve_name() 1920 ret = ceph_pton(name, namelen, addr, delim, ipend); in ceph_parse_server_name()
|