Home
last modified time | relevance | path

Searched refs:nce_next (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipmp.c2236 nce_t *nce, *nce_next; in ipmp_ncec_refresh_nce() local
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()
H A Dip_ndp.c5155 nce_t *nce = NULL, *nce_next; in nce_walk_common() local
5159 nce_next = list_next(&ill->ill_nce, nce); in nce_walk_common()
5162 nce = nce_next; in nce_walk_common()
5177 nce_t *nce, *nce_next; in nce_flush() local
5183 nce_next = list_next(&ill->ill_nce, nce); in nce_flush()
5185 nce = nce_next; in nce_flush()
5197 nce = nce_next; in nce_flush()