Home
last modified time | relevance | path

Searched refs:thh_hash (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dip.h921 mod_hash_t *thh_hash; member
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c1840 (uintptr_t)thh->thh_hash)); in th_hash_summary()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c5101 thh->thh_hash = mh; in th_trace_gethash()
5113 return (thh != NULL ? thh->thh_hash : NULL); in th_trace_gethash()
5193 if (mod_hash_find(mh = thh->thh_hash, (mod_hash_key_t)obj, in th_trace_cleanup()
H A Dip.c4553 mod_hash_destroy_hash(thh->thh_hash); in ip_thread_exit()