Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c5041 th_trace_rrecord(th_trace_t *th_trace) in th_trace_rrecord()
5059 th_trace_t *th_trace = value; in th_trace_free()
5121 th_trace_t *th_trace; in th_trace_ref()
5134 th_trace = kmem_zalloc(sizeof (th_trace_t), KM_NOSLEEP); in th_trace_ref()
5141 kmem_free(th_trace, sizeof (th_trace_t)); in th_trace_ref()
5145 th_trace = (th_trace_t *)val; in th_trace_ref()
5166 th_trace_t *th_trace; in th_trace_unref()
5172 th_trace = (th_trace_t *)val; in th_trace_unref()
5189 th_trace_t *th_trace; in th_trace_cleanup()
5197 th_trace = (th_trace_t *)val; in th_trace_cleanup()
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h917 } th_trace_t; typedef
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c1814 th_trace_t th; in modent_summary()