Searched defs:tcp_timercache (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_timers.c125 kmem_cache_t *tcp_timercache; variable
146 if (tcp->tcp_timercache == NULL) {
150 mp = tcp->tcp_timercache;
151 tcp->tcp_timercache = mp->b_next;
282 mblk_t *mp = (mblk_t *)kmem_cache_alloc(tcp_timercache,
328 * It can only contain entries from tcp_timercache.
335 while ((mp = tcp->tcp_timercache) != NULL) {
337 tcp->tcp_timercache = tcp->tcp_timercache->b_next;
338 kmem_cache_free(tcp_timercache, m
[all...]
/illumos-gate/usr/src/uts/common/inet/
H A Dtcp.h392 mblk_t *tcp_timercache; member in struct:tcp_s

Completed in 60 milliseconds