Lines Matching refs:ll
5462 struct ifmultiaddr *__single ll; in ifma_remref() local
5479 ll = ifma->ifma_ll; in ifma_remref()
5485 if (ll != NULL) { in ifma_remref()
5486 IFMA_REMREF(ll); in ifma_remref()
5971 struct ifmultiaddr *__single ll = NULL; in if_delmulti_common() local
6020 ll = ifma->ifma_ll; in if_delmulti_common()
6024 if (lastref && ll != NULL) { in if_delmulti_common()
6025 IFMA_LOCK(ll); in if_delmulti_common()
6026 ll_lastref = if_detach_ifma(ifp, ll, 0); in if_delmulti_common()
6027 IFMA_UNLOCK(ll); in if_delmulti_common()
6035 if ((ll == NULL && lastref && lladdr) || ll_lastref) { in if_delmulti_common()
6051 IFMA_REMREF(ll); /* for if_multiaddrs list */ in if_delmulti_common()