Home
last modified time | relevance | path

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

/xnu-10002.1.13/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);
819 extern void kern_packet_set_trace_id(const kern_packet_t, packet_trace_id_t);
820 extern packet_trace_id_t kern_packet_get_trace_id(const kern_packet_t);
H A Dpacket_kern.c890 packet_trace_id_t
897 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.h551 packet_trace_id_t __trace_id;
H A Dpacket_common.h1942 static inline packet_trace_id_t
1956 __packet_set_trace_id(const uint64_t ph, packet_trace_id_t id) in __packet_set_trace_id()
/xnu-10002.1.13/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-10002.1.13/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c3916 static packet_trace_id_t trace_id = 0; in fsw_user_ring_flush()