Searched refs:ips_ndp6 (Results 1 – 4 of 4) sorted by relevance
158 (&((ipst)->ips_ndp6->nce_hash_tbl[NCE_ADDR_HASH_V6(addr, \231 ASSERT(MUTEX_HELD(&ill->ill_ipst->ips_ndp6->ndp_g_lock)); in nce_add_v6()357 mutex_enter(&ipst->ips_ndp6->ndp_g_lock); in nce_lookup_then_add_v6()365 mutex_exit(&ipst->ips_ndp6->ndp_g_lock); in nce_lookup_then_add_v6()468 ndp = ipst->ips_ndp6; in ncec_delete()700 mutex_enter(&ipst->ips_ndp6->ndp_g_lock); in ncec_lookup_illgrp_v6()705 mutex_exit(&ipst->ips_ndp6->ndp_g_lock); in ncec_lookup_illgrp_v6()749 ndp = ipst->ips_ndp6; in ncec_lookup_illgrp()804 mutex_enter(&ipst->ips_ndp6->ndp_g_lock); in nce_lookup_v6()806 mutex_exit(&ipst->ips_ndp6->ndp_g_lock); in nce_lookup_v6()[all …]
4510 mutex_destroy(&ipst->ips_ndp6->ndp_g_lock); in ip_stack_fini()4513 kmem_free(ipst->ips_ndp6, sizeof (ndp_g_t)); in ip_stack_fini()4514 ipst->ips_ndp6 = NULL; in ip_stack_fini()4659 ipst->ips_ndp6 = kmem_zalloc(sizeof (ndp_g_t), KM_SLEEP); in ip_stack_init()4661 mutex_init(&ipst->ips_ndp6->ndp_g_lock, NULL, MUTEX_DEFAULT, NULL); in ip_stack_init()
329 struct ndp_g_s *ips_ndp6; member
2291 kaddr6 = wsp->walk_addr + OFFSETOF(ip_stack_t, ips_ndp6); in ncec_walk_step()