Searched refs:tcp_timercache (Results 1 – 9 of 9) sorted by relevance
125 kmem_cache_t *tcp_timercache; variable146 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 …]
542 mp = tcp->tcp_timercache; in tcp_cleanup()567 tcp->tcp_timercache = mp; in tcp_cleanup()3735 tcp_timercache = kmem_cache_create("tcp_timercache", in tcp_ddi_g_init()3895 kmem_cache_destroy(tcp_timercache); in tcp_ddi_g_destroy()
298 tcp_timercache
295 tcp_timercache
396 mblk_t *tcp_timercache; member
118 extern kmem_cache_t *tcp_timercache;
690 mp = tcp->tcp_timercache; in ipcl_conn_destroy()715 tcp->tcp_timercache = mp; in ipcl_conn_destroy()1956 tcp->tcp_timercache = tcp_timermp_alloc(kmflags); in tcp_conn_constructor()1957 if (tcp->tcp_timercache == NULL) in tcp_conn_constructor()