Home
last modified time | relevance | path

Searched refs:ndp_g_t (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/inet/
H A Dip_ndp.h154 } ndp_g_t; typedef
301 extern void ncec_walk_common(ndp_g_t *, ill_t *, pfi_t,
/titanic_44/usr/src/uts/common/inet/ip/
H A Dip_ndp.c418 nce_remove(ndp_g_t *ndp, ncec_t *ncec, ncec_t **free_nce_list) in nce_remove()
458 ndp_g_t *ndp; in ncec_delete()
741 ndp_g_t *ndp; in ncec_lookup_illgrp()
942 ncec_walk_common(ndp_g_t *ndp, ill_t *ill, pfi_t pfi, void *arg1, in ncec_walk_common()
H A Dip.c4481 kmem_free(ipst->ips_ndp4, sizeof (ndp_g_t)); in ip_stack_fini()
4483 kmem_free(ipst->ips_ndp6, sizeof (ndp_g_t)); in ip_stack_fini()
4628 ipst->ips_ndp4 = kmem_zalloc(sizeof (ndp_g_t), KM_SLEEP); in ip_stack_init()
4629 ipst->ips_ndp6 = kmem_zalloc(sizeof (ndp_g_t), KM_SLEEP); in ip_stack_init()