Lines Matching refs:nce
1223 nce_t *nce = NULL;
1303 &ipif->ipif_v6lcl_addr, flags, state, &nce);
1310 nce->nce_ipif_cnt++;
1316 nce->nce_ipif_cnt++;
1321 if (!NCE_MYADDR(nce->nce_common)) {
1323 * A leftover nce from before this address
1326 ncec_delete(nce->nce_common);
1327 nce_refrele(nce);
1328 nce = NULL;
1332 nce_refrele(nce);
1333 nce = NULL;
1349 nce->nce_ipif_cnt++;
1361 if (nce != NULL)
1362 nce_refrele(nce);
2473 * destroy the nce that was created on the ipmp_ill
2649 * Note that ipif_ndp_down() will only delete the nce in the
2771 nce_t *nce;
2795 nce = nce_lookup_v6(ill, &sin6->sin6_addr);
2796 if (nce == NULL)
2799 if (NCE_MYADDR(nce->nce_common)) {
2800 nce_refrele(nce);
2808 ncec_delete(nce->nce_common);
2809 nce_refrele(nce);