Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/tcp/
H A Dtcp_timers.c125 kmem_cache_t *tcp_timercache; variable
146 if (tcp->tcp_timercache == NULL) { in tcp_timeout()
150 mp = tcp->tcp_timercache; in tcp_timeout()
151 tcp->tcp_timercache = mp->b_next; in tcp_timeout()
282 mblk_t *mp = (mblk_t *)kmem_cache_alloc(tcp_timercache, in tcp_timermp_alloc()
335 while ((mp = tcp->tcp_timercache) != NULL) { in tcp_timermp_free()
337 tcp->tcp_timercache = tcp->tcp_timercache->b_next; in tcp_timermp_free()
338 kmem_cache_free(tcp_timercache, mp); in tcp_timermp_free()
350 mblk_t *mp1 = tcp->tcp_timercache; in tcp_timer_free()
365 tcp->tcp_timercache = mp; in tcp_timer_free()
[all …]
H A Dtcp.c541 mp = tcp->tcp_timercache; in tcp_cleanup()
566 tcp->tcp_timercache = mp; in tcp_cleanup()
3696 tcp_timercache = kmem_cache_create("tcp_timercache", in tcp_ddi_g_init()
3851 kmem_cache_destroy(tcp_timercache); in tcp_ddi_g_destroy()
/titanic_41/usr/src/uts/sparc/ip/
H A Dip.global-objs.debug64299 tcp_timercache
H A Dip.global-objs.obj64296 tcp_timercache
/titanic_41/usr/src/uts/intel/ip/
H A Dip.global-objs.obj64296 tcp_timercache
H A Dip.global-objs.debug64299 tcp_timercache
/titanic_41/usr/src/uts/common/inet/
H A Dtcp.h392 mblk_t *tcp_timercache; member
H A Dtcp_impl.h115 extern kmem_cache_t *tcp_timercache;
/titanic_41/usr/src/uts/common/inet/ip/
H A Dipclassifier.c686 mp = tcp->tcp_timercache; in ipcl_conn_destroy()
711 tcp->tcp_timercache = mp; in ipcl_conn_destroy()
1938 tcp->tcp_timercache = tcp_timermp_alloc(kmflags); in tcp_conn_constructor()
1939 if (tcp->tcp_timercache == NULL) in tcp_conn_constructor()