Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/inet/ip/
H A Dip_ndp.c4883 nce_t *nce = NULL, *nce_next; in nce_walk_common() local
4887 nce_next = list_next(&ill->ill_nce, nce); in nce_walk_common()
4890 nce = nce_next; in nce_walk_common()
4905 nce_t *nce, *nce_next; in nce_flush() local
4911 nce_next = list_next(&ill->ill_nce, nce); in nce_flush()
4913 nce = nce_next; in nce_flush()
4925 nce = nce_next; in nce_flush()
H A Dipmp.c2235 nce_t *nce, *nce_next; in ipmp_ncec_refresh_nce() local
2259 for (; nce != NULL; nce = nce_next) { in ipmp_ncec_refresh_nce()
2260 nce_next = list_next(&ill->ill_nce, nce); in ipmp_ncec_refresh_nce()