Searched defs:ilb_conn_cache (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ilb/
H A Dilb_conn.c74 static struct kmem_cache *ilb_conn_cache = NULL; variable in typeref:struct:kmem_cache
114 ilb_conn_cache = kmem_cache_create("ilb_conn_cache",
122 if (ilb_conn_cache != NULL) {
123 kmem_cache_destroy(ilb_conn_cache);
124 ilb_conn_cache = NULL;
191 kmem_cache_free(ilb_conn_cache, connp);
331 if (ilb_conn_cache == NULL)
411 kmem_cache_free(ilb_conn_cache, connp);
509 connp = kmem_cache_alloc(ilb_conn_cache, KM_NOSLEE
[all...]

Completed in 59 milliseconds