Home
last modified time | relevance | path

Searched refs:ill_nce (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/inet/ip/
H A Dip_ndp.c3212 for (nce = list_head(&ill->ill_nce); nce != NULL; in nce_fastpath_list_delete()
3213 nce = list_next(&ill->ill_nce, nce)) { in nce_fastpath_list_delete()
4790 list_insert_head(&ill->ill_nce, nce); in nce_add_impl()
4840 list_remove(&ill->ill_nce, nce); in nce_delete()
4859 for (nce = list_head(&ill->ill_nce); nce != NULL; in nce_lookup()
4860 nce = list_next(&ill->ill_nce, nce)) { in nce_lookup()
4886 for (nce = list_head(&ill->ill_nce); nce != NULL; ) { in nce_walk_common()
4887 nce_next = list_next(&ill->ill_nce, nce); in nce_walk_common()
4910 for (nce = list_head(&ill->ill_nce); nce != NULL; ) { in nce_flush()
4911 nce_next = list_next(&ill->ill_nce, nce); in nce_flush()
H A Dipmp.c2258 nce = list_head(&ill->ill_nce); in ipmp_ncec_refresh_nce()
2260 nce_next = list_next(&ill->ill_nce, nce); in ipmp_ncec_refresh_nce()
H A Dip.c4132 list_destroy(&ill->ill_nce); in ip_modclose()
H A Dip_if.c3398 list_create(&ill->ill_nce, sizeof (nce_t), offsetof(nce_t, nce_node)); in ill_init_common()
/titanic_41/usr/src/uts/common/inet/
H A Dip.h1773 list_t ill_nce; /* pointer to nce_s list */ member