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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipclassifier.c579 struct kmem_cache *conn_cache; local
594 conn_cache = tcp_conn_cache;
598 conn_cache = udp_conn_cache;
602 conn_cache = rawip_conn_cache;
606 conn_cache = rts_conn_cache;
610 conn_cache = ip_conn_cache;
618 if ((connp = kmem_cache_alloc(conn_cache, sleep)) == NULL)

Completed in 104 milliseconds