Home
last modified time | relevance | path

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

/net/dns_resolver/
Ddns_query.c76 const char *options, char **_result, time64_t *_expiry, in dns_query() argument
152 if (_result) { in dns_query()
154 *_result = kmemdup_nul(upayload->data, len, GFP_KERNEL); in dns_query()
155 if (!*_result) in dns_query()