Lines Matching defs:nce
924 nce_t *nce;
953 &nce);
954 if (nce == NULL || !entp->ia_proxyarp) {
955 if (nce != NULL)
956 nce_refrele(nce);
959 ncec = nce->nce_common;
963 nce_refrele(nce);
1546 * to send data traffic will revalidate cached nce's.
2201 nce_t *nce;
2219 while ((nce = list_remove_head(&dead)) != NULL)
2220 nce_refrele(nce);
2235 nce_t *nce, *nce_next;
2258 nce = list_head(&ill->ill_nce);
2259 for (; nce != NULL; nce = nce_next) {
2260 nce_next = list_next(&ill->ill_nce, nce);
2261 if (IN6_ARE_ADDR_EQUAL(&nce->nce_addr,
2263 nce_refhold(nce);
2264 nce_delete(nce);
2265 list_insert_tail(&replace, nce);
2273 * Process the list; nce_lookup_then_add_v* ensures that nce->nce_ill
2276 while ((nce = list_remove_head(&replace)) != NULL) {
2278 (void) nce_lookup_then_add_v6(nce->nce_ill,
2280 &nce->nce_addr, ncec->ncec_flags, ND_UNCHANGED,
2286 (void) nce_lookup_then_add_v4(nce->nce_ill,
2290 nce_refrele(nce);