Searched refs:tcp_notsack_blk_cache (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/uts/common/inet/tcp/ |
H A D | tcp_sack.c | 38 kmem_cache_t *tcp_notsack_blk_cache; variable 241 kmem_cache_free(tcp_notsack_blk_cache, tmp); in tcp_notsack_insert() 257 tcp_notsack_blk_cache, KM_NOSLEEP)) == in tcp_notsack_insert() 300 kmem_cache_free(tcp_notsack_blk_cache, in tcp_notsack_insert() 305 kmem_cache_free(tcp_notsack_blk_cache, in tcp_notsack_insert() 360 kmem_cache_free(tcp_notsack_blk_cache, tmp); in tcp_notsack_remove() 364 kmem_cache_free(tcp_notsack_blk_cache, tmp); in tcp_notsack_remove() 399 if ((tmp = kmem_cache_alloc(tcp_notsack_blk_cache, in tcp_notsack_update() 428 tmp->next = kmem_cache_alloc(tcp_notsack_blk_cache, KM_NOSLEEP); in tcp_notsack_update()
|
H A D | tcp.c | 3739 tcp_notsack_blk_cache = kmem_cache_create("tcp_notsack_blk_cache", in tcp_ddi_g_init() 3896 kmem_cache_destroy(tcp_notsack_blk_cache); in tcp_ddi_g_destroy()
|
/illumos-gate/usr/src/uts/common/inet/ |
H A D | tcp_sack.h | 81 extern kmem_cache_t *tcp_notsack_blk_cache; 97 kmem_cache_free(tcp_notsack_blk_cache, prev); \
|
/illumos-gate/usr/src/uts/intel/ip/ |
H A D | ip.global-objs.debug64 | 278 tcp_notsack_blk_cache
|
H A D | ip.global-objs.obj64 | 275 tcp_notsack_blk_cache
|
/illumos-gate/usr/src/uts/sparc/ip/ |
H A D | ip.global-objs.debug64 | 278 tcp_notsack_blk_cache
|
H A D | ip.global-objs.obj64 | 275 tcp_notsack_blk_cache
|