Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/sockmods/
H A Dsockmod_sctp.c60 static kmem_cache_t *sosctp_sockcache; variable
78 sosctp_sockcache = kmem_cache_create("sctpsock", in socksctp_init()
89 kmem_cache_destroy(sosctp_sockcache); in socksctp_fini()
141 ss = kmem_cache_alloc(sosctp_sockcache, kmflags); in socksctp_create()
199 kmem_cache_free(sosctp_sockcache, ss); in socksctp_destroy()