Home
last modified time | relevance | path

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

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