Lines Matching defs:nce
125 uint_t ixm_ifindex; /* Used to find the nce */
126 in6_addr_t ixm_nceaddr_v6; /* Used to find nce */
231 nce_t *nce = ixa->ixa_nce;
233 ASSERT(nce != NULL);
246 ixm->ixm_ifindex = nce->nce_ill->ill_phyint->phyint_ifindex;
247 ixm->ixm_nceaddr_v6 = nce->nce_addr;
329 nce_t *nce;
361 * Find the nce. We don't load-spread (only lookup nce's on the ill)
362 * because we want to find the same nce as the one we had when
366 nce = nce_lookup_v4(ill, &ixm->ixm_nceaddr_v4);
368 nce = nce_lookup_v6(ill, &ixm->ixm_nceaddr_v6);
371 /* We have the nce, hence the ill can't go away */
373 if (nce == NULL) {
376 * nce it was, we drop the packet.
389 ixa->ixa_nce = nce;
1141 nce_t *nce;
1145 nce = ixa->ixa_nce;
1160 if (nce != NULL && nce->nce_is_condemned) {
1162 nce_refrele(nce);