Home
last modified time | relevance | path

Searched refs:th_trace_t (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/inet/ip/
H A Dip_if.c5035 th_trace_rrecord(th_trace_t *th_trace) in th_trace_rrecord()
5053 th_trace_t *th_trace = value; in th_trace_free()
5115 th_trace_t *th_trace; in th_trace_ref()
5128 th_trace = kmem_zalloc(sizeof (th_trace_t), KM_NOSLEEP); in th_trace_ref()
5135 kmem_free(th_trace, sizeof (th_trace_t)); in th_trace_ref()
5139 th_trace = (th_trace_t *)val; in th_trace_ref()
5160 th_trace_t *th_trace; in th_trace_unref()
5166 th_trace = (th_trace_t *)val; in th_trace_unref()
5183 th_trace_t *th_trace; in th_trace_cleanup()
5191 th_trace = (th_trace_t *)val; in th_trace_cleanup()
/titanic_41/usr/src/uts/common/inet/
H A Dip.h916 } th_trace_t; typedef
/titanic_41/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c1789 th_trace_t th; in modent_summary()