Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/skywalk/packet/
H A Dos_packet.h166 typedef uint32_t packet_trace_id_t; typedef
471 extern packet_trace_id_t os_packet_get_trace_id(const packet_t ph);
472 extern void os_packet_set_trace_id(const packet_t ph, packet_trace_id_t);
831 extern void kern_packet_set_trace_id(const kern_packet_t, packet_trace_id_t);
832 extern packet_trace_id_t kern_packet_get_trace_id(const kern_packet_t);
H A Dpacket_kern.c919 packet_trace_id_t
926 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.h552 packet_trace_id_t __trace_id;
H A Dpacket_common.h2007 static inline packet_trace_id_t
2021 __packet_set_trace_id(const uint64_t ph, packet_trace_id_t id) in __packet_set_trace_id()
/xnu-11417.121.6/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-11417.121.6/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c4115 static packet_trace_id_t trace_id = 0; in fsw_user_ring_flush()