Home
last modified time | relevance | path

Searched refs:packet_trace_id_t (Results 1 – 6 of 6) sorted by relevance

/xnu-8792.41.9/bsd/skywalk/packet/
H A Dos_packet.h166 typedef uint32_t packet_trace_id_t; typedef
451 extern packet_trace_id_t os_packet_get_trace_id(const packet_t ph);
452 extern void os_packet_set_trace_id(const packet_t ph, packet_trace_id_t);
796 extern void kern_packet_set_trace_id(const kern_packet_t, packet_trace_id_t);
797 extern packet_trace_id_t kern_packet_get_trace_id(const kern_packet_t);
H A Dpacket_kern.c966 packet_trace_id_t
973 kern_packet_set_trace_id(const kern_packet_t ph, packet_trace_id_t trace_id) in kern_packet_set_trace_id()
H A Dos_packet_private.h570 packet_trace_id_t __trace_id;
H A Dpacket_common.h1992 static inline packet_trace_id_t
2006 __packet_set_trace_id(const uint64_t ph, packet_trace_id_t id) in __packet_set_trace_id()
/xnu-8792.41.9/libsyscall/wrappers/skywalk/
H A Dos_packet.c504 packet_trace_id_t
511 os_packet_set_trace_id(const packet_t ph, packet_trace_id_t trace_id) in os_packet_set_trace_id()
/xnu-8792.41.9/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c3178 static packet_trace_id_t trace_id = 0; in fsw_user_ring_flush()