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()
2202 nce_t *nce; in ipmp_ncec_delete_nce() local
2220 while ((nce = list_remove_head(&dead)) != NULL) in ipmp_ncec_delete_nce()
2221 nce_refrele(nce); in ipmp_ncec_delete_nce()
2236 nce_t *nce, *nce_next; in ipmp_ncec_refresh_nce() local
2259 nce = list_head(&ill->ill_nce); in ipmp_ncec_refresh_nce()
2260 for (; nce != NULL; nce = nce_next) { in ipmp_ncec_refresh_nce()
2261 nce_next = list_next(&ill->ill_nce, nce); in ipmp_ncec_refresh_nce()
2262 if (IN6_ARE_ADDR_EQUAL(&nce->nce_addr, in ipmp_ncec_refresh_nce()
2264 nce_refhold(nce); in ipmp_ncec_refresh_nce()
2265 nce_delete(nce); in ipmp_ncec_refresh_nce()
2266 list_insert_tail(&replace, nce); in ipmp_ncec_refresh_nce()
2277 while ((nce = list_remove_head(&replace)) != NULL) { in ipmp_ncec_refresh_nce()
2279 (void) nce_lookup_then_add_v6(nce->nce_ill, in ipmp_ncec_refresh_nce()
2281 &nce->nce_addr, ncec->ncec_flags, ND_UNCHANGED, in ipmp_ncec_refresh_nce()
2287 (void) nce_lookup_then_add_v4(nce->nce_ill, in ipmp_ncec_refresh_nce()
2291 nce_refrele(nce); in ipmp_ncec_refresh_nce()