Home
last modified time | relevance | path

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

/linux/net/dns_resolver/
H A Ddns_key.c150 const char *next_opt; in dns_resolver_preparse() local
160 next_opt = memchr(opt, '#', end - opt) ?: end; in dns_resolver_preparse()
161 opt_len = next_opt - opt; in dns_resolver_preparse()
172 memcpy(optval, eq, next_opt - eq); in dns_resolver_preparse()
173 optval[next_opt - eq] = '\0'; in dns_resolver_preparse()
204 } while (opt = next_opt + 1, opt < end); in dns_resolver_preparse()
/linux/drivers/net/ethernet/google/gve/
H A Dgve_adminq.c258 struct gve_device_option *next_opt; in gve_process_device_options() local
260 next_opt = gve_get_next_option(descriptor, dev_opt); in gve_process_device_options()
261 if (!next_opt) { in gve_process_device_options()
273 dev_opt = next_opt; in gve_process_device_options()
/linux/net/ipv6/
H A Dndisc.c238 goto next_opt; in ndisc_parse_options()
284 next_opt: in ndisc_parse_options()