Searched refs:dns_query (Results 1 – 9 of 9) sorted by relevance
/linux-5.19.10/net/dns_resolver/ |
D | dns_query.c | 74 int dns_query(struct net *net, in dns_query() function 172 EXPORT_SYMBOL(dns_query);
|
D | Makefile | 8 dns_resolver-y := dns_key.o dns_query.o
|
/linux-5.19.10/include/linux/ |
D | dns_resolver.h | 30 extern int dns_query(struct net *net, const char *type, const char *name, size_t namelen,
|
/linux-5.19.10/fs/cifs/ |
D | dns_resolve.c | 68 rc = dns_query(current->nsproxy->net_ns, NULL, hostname, len, in dns_resolve_server_name_to_ip()
|
/linux-5.19.10/Documentation/networking/ |
D | dns_resolver.rst | 74 int dns_query(const char *type, const char *name, size_t namelen, 124 When dns_query() is invoked, it calls request_key() to search the local 142 dns_query() returns a copy of the value attached to the key, or an error if
|
/linux-5.19.10/fs/afs/ |
D | dynroot.c | 133 ret = dns_query(net->net, "afsdb", name, len, "srv=1", in afs_probe_cell_name()
|
D | addr_list.c | 249 ret = dns_query(cell->net->net, "afsdb", cell->name, cell->name_len, in afs_dns_query()
|
/linux-5.19.10/fs/nfs/ |
D | dns_resolve.c | 25 ip_len = dns_query(net, NULL, name, namelen, NULL, &ip_addr, NULL, in nfs_dns_resolve_name()
|
/linux-5.19.10/net/ceph/ |
D | messenger.c | 1228 ip_len = dns_query(current->nsproxy->net_ns, in ceph_dns_resolve_name()
|