Searched refs:tcp_conn_cache (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipclassifier.c316 struct kmem_cache *tcp_conn_cache; variable in typeref:struct:kmem_cache
352 tcp_conn_cache = kmem_cache_create("tcp_conn_cache",
486 kmem_cache_destroy(tcp_conn_cache);
594 conn_cache = tcp_conn_cache;
713 kmem_cache_free(tcp_conn_cache, connp);

Completed in 61 milliseconds