Searched refs:ips_dce_hash_v4 (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_dce.c190 dcb_reclaim(&ipst->ips_dce_hash_v4[i], ipst,
317 ipst->ips_dce_hash_v4 = kmem_zalloc(ipst->ips_dce_hashsize *
322 rw_init(&ipst->ips_dce_hash_v4[i].dcb_lock, NULL, RW_DEFAULT,
334 rw_destroy(&ipst->ips_dce_hash_v4[i].dcb_lock);
337 kmem_free(ipst->ips_dce_hash_v4,
339 ipst->ips_dce_hash_v4 = NULL;
416 dcb = &ipst->ips_dce_hash_v4[hash];
495 dcb = &ipst->ips_dce_hash_v4[hash];
771 dcb = &ipst->ips_dce_hash_v4[i];
874 dcb = &ipst->ips_dce_hash_v4[
[all...]
/illumos-gate/usr/src/uts/common/inet/
H A Dip_stack.h269 struct dcb_s *ips_dce_hash_v4; member in struct:ip_stack

Completed in 46 milliseconds