Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/net/
H A Dndrv.c584 struct ndrv_cb* cur_np = NULL; in ndrv_do_detach() local
611 TAILQ_FOREACH(cur_np, &ndrvl, nd_next) { in ndrv_do_detach()
612 if (cur_np->nd_family == np->nd_family && in ndrv_do_detach()
613 cur_np->nd_unit == np->nd_unit) { in ndrv_do_detach()
619 if (cur_np == NULL) { in ndrv_do_detach()