Lines Matching refs:nce
924 nce_t *nce; in ipmp_illgrp_refresh_arpent() local
953 &nce); in ipmp_illgrp_refresh_arpent()
954 if (nce == NULL || !entp->ia_proxyarp) { in ipmp_illgrp_refresh_arpent()
955 if (nce != NULL) in ipmp_illgrp_refresh_arpent()
956 nce_refrele(nce); in ipmp_illgrp_refresh_arpent()
959 ncec = nce->nce_common; in ipmp_illgrp_refresh_arpent()
963 nce_refrele(nce); in ipmp_illgrp_refresh_arpent()
2201 nce_t *nce; in ipmp_ncec_delete_nce() local
2219 while ((nce = list_remove_head(&dead)) != NULL) in ipmp_ncec_delete_nce()
2220 nce_refrele(nce); in ipmp_ncec_delete_nce()
2235 nce_t *nce, *nce_next; in ipmp_ncec_refresh_nce() local
2258 nce = list_head(&ill->ill_nce); in ipmp_ncec_refresh_nce()
2259 for (; nce != NULL; nce = nce_next) { in ipmp_ncec_refresh_nce()
2260 nce_next = list_next(&ill->ill_nce, nce); in ipmp_ncec_refresh_nce()
2261 if (IN6_ARE_ADDR_EQUAL(&nce->nce_addr, in ipmp_ncec_refresh_nce()
2263 nce_refhold(nce); in ipmp_ncec_refresh_nce()
2264 nce_delete(nce); in ipmp_ncec_refresh_nce()
2265 list_insert_tail(&replace, nce); in ipmp_ncec_refresh_nce()
2276 while ((nce = list_remove_head(&replace)) != NULL) { in ipmp_ncec_refresh_nce()
2278 (void) nce_lookup_then_add_v6(nce->nce_ill, in ipmp_ncec_refresh_nce()
2280 &nce->nce_addr, ncec->ncec_flags, ND_UNCHANGED, in ipmp_ncec_refresh_nce()
2286 (void) nce_lookup_then_add_v4(nce->nce_ill, in ipmp_ncec_refresh_nce()
2290 nce_refrele(nce); in ipmp_ncec_refresh_nce()