Searched refs:ceph_pton (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/net/ceph/ |
H A D | messenger.c | 1220 static int ceph_pton(const char *str, size_t len, struct ceph_entity_addr *addr, in ceph_pton() function 1273 ret = ceph_pton(ip_addr, ip_len, addr, -1, NULL); in ceph_dns_resolve_name() 1303 ret = ceph_pton(name, namelen, addr, delim, ipend); in ceph_parse_server_name()
|
/kernel/linux/linux-5.10/net/ceph/ |
H A 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()
|
Completed in 7 milliseconds