Lines Matching refs:nce

447 	 * Walk all CONNs that can have a reference on an ire or nce for this
1168 * Walk all CONNs that can have a reference on an ire or nce for this
1235 nce_t *nce;
1238 nce = ire->ire_nce_cache;
1239 if (nce != NULL && nce->nce_ill == ill)
1242 nce = NULL;
1244 if (nce != NULL)
1245 nce_refrele(nce);
2735 * Based on the ILLF_ROUTER flag of an ill, make sure all local nce's for
2744 nce_t *nce;
2748 * NOTE: we match across the illgrp because nce's for
2752 nce = nce_lookup_v6(ill, &ipif->ipif_v6lcl_addr);
2753 if (nce != NULL) {
2754 ncec = nce->nce_common;
2761 nce_refrele(nce);
8191 nce_t *nce;
8292 nce = nce_lookup_v4(ill, &ipaddr);
8293 if (nce != NULL)
8294 ncec = nce->nce_common;
8308 nce_refrele(nce);
8315 * This will delete all the nce entries on the under_ills.
8342 nce_refrele(nce);
8359 if (nce != NULL) {
8360 nce_refrele(nce);
8361 nce = NULL;
8369 &nce);
8371 ncec = nce->nce_common;
8379 if (nce != NULL) {
8380 nce_refrele(nce);
8381 nce = NULL;
8395 if (nce != NULL) {
8396 nce_refrele(nce);
13271 * ndp_add_v4()/ndp_add_v6() where the nce is actually added to the
13275 * ill_nce_cnt is the number of nce's referencing the ill thru nce_ill. This is
13276 * incremented atomically in nce_add() where the nce is actually added to the
13277 * ill_nce. Similarly it is decremented in nce_inactive() where the nce
13347 * ire and nce entries used in the data path will be cleaned
13403 * has to be quiesced, so we walk all the nce's and delete those
14771 /* add unicast nce for the local addr */
14801 * destroy the nce that was created on the ipmp_ill
17817 * case, to quiesce ire's and nce's for ill_is_quiescent.
17821 /* no more ire/nce addition allowed */
17894 * is quiesced, we know any stale nce's with the old address information have
18360 nce_t *nce = NULL;
18381 /* add unicast nce for the local addr */
18430 addr, flags, state, &nce);
18434 * the nce as a result of a rebind operation.
18439 nce->nce_ipif_cnt++;
18444 if (!NCE_MYADDR(nce->nce_common)) {
18446 * A leftover nce from before this address
18449 ncec_delete(nce->nce_common);
18450 nce_refrele(nce);
18451 nce = NULL;
18455 nce_refrele(nce);
18456 nce = NULL;
18473 nce->nce_ipif_cnt++;
18477 ASSERT(nce == NULL);
18490 if (nce != NULL)
18491 nce_refrele(nce);
18966 nce_t *nce;
18972 nce = nce_lookup_v6(ill, &ipif->ipif_v6lcl_addr);
18974 nce = nce_lookup_v4(ill, &ipif->ipif_lcl_addr);
18975 if (nce != NULL) {
18976 if (--nce->nce_ipif_cnt == 0)
18977 ncec_delete(nce->nce_common);
18979 nce_refrele(nce);
18982 * nce may already be NULL because it was already