Searched refs:cur_np (Results 1 – 1 of 1) sorted by relevance
600 struct ndrv_cb* cur_np = NULL; in ndrv_do_detach() local627 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()