Searched refs:ips_ndp6 (Results 1 – 4 of 4) sorted by relevance
154 (&((ipst)->ips_ndp6->nce_hash_tbl[NCE_ADDR_HASH_V6(addr, \227 ASSERT(MUTEX_HELD(&ill->ill_ipst->ips_ndp6->ndp_g_lock)); in nce_add_v6()353 mutex_enter(&ipst->ips_ndp6->ndp_g_lock); in nce_lookup_then_add_v6()361 mutex_exit(&ipst->ips_ndp6->ndp_g_lock); in nce_lookup_then_add_v6()464 ndp = ipst->ips_ndp6; in ncec_delete()696 mutex_enter(&ipst->ips_ndp6->ndp_g_lock); in ncec_lookup_illgrp_v6()701 mutex_exit(&ipst->ips_ndp6->ndp_g_lock); in ncec_lookup_illgrp_v6()745 ndp = ipst->ips_ndp6; in ncec_lookup_illgrp()800 mutex_enter(&ipst->ips_ndp6->ndp_g_lock); in nce_lookup_v6()802 mutex_exit(&ipst->ips_ndp6->ndp_g_lock); in nce_lookup_v6()[all …]
4480 mutex_destroy(&ipst->ips_ndp6->ndp_g_lock); in ip_stack_fini()4483 kmem_free(ipst->ips_ndp6, sizeof (ndp_g_t)); in ip_stack_fini()4484 ipst->ips_ndp6 = NULL; in ip_stack_fini()4629 ipst->ips_ndp6 = kmem_zalloc(sizeof (ndp_g_t), KM_SLEEP); in ip_stack_init()4631 mutex_init(&ipst->ips_ndp6->ndp_g_lock, NULL, MUTEX_DEFAULT, NULL); in ip_stack_init()
320 struct ndp_g_s *ips_ndp6; member
2261 kaddr6 = wsp->walk_addr + OFFSETOF(ip_stack_t, ips_ndp6); in ncec_walk_step()