Home
last modified time | relevance | path

Searched refs:ips_dce_hashsize (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/inet/ip/
H A Dip_dce.c189 for (i = 0; i < ipst->ips_dce_hashsize; i++) { in ip_dce_reclaim_stack()
316 ipst->ips_dce_hashsize = ip_dce_hash_size; in dce_stack_init()
317 ipst->ips_dce_hash_v4 = kmem_zalloc(ipst->ips_dce_hashsize * in dce_stack_init()
319 ipst->ips_dce_hash_v6 = kmem_zalloc(ipst->ips_dce_hashsize * in dce_stack_init()
321 for (i = 0; i < ipst->ips_dce_hashsize; i++) { in dce_stack_init()
333 for (i = 0; i < ipst->ips_dce_hashsize; i++) { in dce_stack_destroy()
338 ipst->ips_dce_hashsize * sizeof (dcb_t)); in dce_stack_destroy()
341 ipst->ips_dce_hashsize * sizeof (dcb_t)); in dce_stack_destroy()
343 ipst->ips_dce_hashsize = 0; in dce_stack_destroy()
415 hash = IRE_ADDR_HASH(dst, ipst->ips_dce_hashsize); in dce_lookup_v4()
[all …]
/titanic_44/usr/src/uts/common/inet/
H A Dip_stack.h268 uint_t ips_dce_hashsize; member