Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp.c127 struct kmem_cache *sctp_conn_cache; variable
199 kmem_cache_free(sctp_conn_cache, connp); in sctp_create_eager()
211 kmem_cache_free(sctp_conn_cache, connp); in sctp_create_eager()
773 kmem_cache_free(sctp_conn_cache, connp); in sctp_free()
1385 kmem_cache_free(sctp_conn_cache, connp); in sctp_create()
1406 kmem_cache_free(sctp_conn_cache, connp); in sctp_create()
1431 kmem_cache_free(sctp_conn_cache, connp); in sctp_create()
2087 sctp_conn_cache = kmem_cache_create("sctp_conn_cache", in sctp_conn_cache_init()
2095 kmem_cache_destroy(sctp_conn_cache); in sctp_conn_cache_fini()
/illumos-gate/usr/src/uts/intel/ip/
H A Dip.global-objs.debug64225 sctp_conn_cache
H A Dip.global-objs.obj64223 sctp_conn_cache
/illumos-gate/usr/src/uts/sparc/ip/
H A Dip.global-objs.debug64225 sctp_conn_cache
H A Dip.global-objs.obj64223 sctp_conn_cache
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipclassifier.c320 extern struct kmem_cache *sctp_conn_cache;
585 if ((connp = kmem_cache_alloc(sctp_conn_cache, sleep)) == NULL) in ipcl_conn_create()