Home
last modified time | relevance | path

Searched refs:nce_cache (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/uts/intel/ip/
H A Dip.global-objs.debug64197 nce_cache
H A Dip.global-objs.obj64197 nce_cache
/titanic_44/usr/src/uts/sparc/ip/
H A Dip.global-objs.debug64197 nce_cache
H A Dip.global-objs.obj64197 nce_cache
/titanic_44/usr/src/uts/common/inet/ip/
H A Dip_ndp.c158 extern kmem_cache_t *nce_cache;
4631 nce = kmem_cache_alloc(nce_cache, KM_NOSLEEP); in nce_add_common()
4694 kmem_cache_free(nce_cache, nce); in nce_add_common()
4766 kmem_cache_free(nce_cache, nce); in nce_inactive()
4803 nce = kmem_cache_alloc(nce_cache, KM_NOSLEEP); in nce_add()
4812 kmem_cache_free(nce_cache, nce); in nce_add()
H A Dip_ire.c219 struct kmem_cache *nce_cache; variable
2278 nce_cache = kmem_cache_create("nce_cache", in ip_ire_g_init()
2352 kmem_cache_destroy(nce_cache); in ip_ire_g_fini()