Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/net/
H A Dndrv.c600 struct ndrv_cb* cur_np = NULL; in ndrv_do_detach() local
627 TAILQ_FOREACH(cur_np, &ndrvl, nd_next) { in ndrv_do_detach()
628 if (cur_np->nd_family == np->nd_family && in ndrv_do_detach()
629 cur_np->nd_unit == np->nd_unit) { in ndrv_do_detach()
635 if (cur_np == NULL) { in ndrv_do_detach()