Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dndrv.c571 struct ndrv_cb* cur_np = NULL; in ndrv_do_detach() local
597 TAILQ_FOREACH(cur_np, &ndrvl, nd_next) { in ndrv_do_detach()
598 if (cur_np->nd_family == np->nd_family && in ndrv_do_detach()
599 cur_np->nd_unit == np->nd_unit) { in ndrv_do_detach()
605 if (cur_np == NULL) { in ndrv_do_detach()