Home
last modified time | relevance | path

Searched refs:packet_id_t (Results 1 – 5 of 5) sorted by relevance

/xnu-8792.41.9/bsd/skywalk/channel/
H A Dos_channel_event.h53 packet_id_t packet_id;
/xnu-8792.41.9/bsd/skywalk/packet/
H A Dos_packet.h272 } packet_id_t; typedef
414 extern int os_packet_get_packetid(const packet_t, packet_id_t *);
415 extern int os_packet_set_packetid(const packet_t, packet_id_t *);
737 extern errno_t kern_packet_get_packetid(const kern_packet_t, packet_id_t *);
H A Dpacket_common.h497 __packet_get_packetid(const uint64_t ph, packet_id_t *pktid) in __packet_get_packetid()
504 uint16_t len = sizeof(packet_id_t); in __packet_get_packetid()
514 (len != sizeof(packet_id_t)))) { in __packet_get_packetid()
522 __packet_set_packetid(const uint64_t ph, const packet_id_t *pktid) in __packet_set_packetid()
527 sizeof(packet_id_t), PKT_OPT_TOKEN_TYPE_PACKET_ID, in __packet_set_packetid()
531 sizeof(packet_id_t), PKT_OPT_TOKEN_TYPE_PACKET_ID, in __packet_set_packetid()
H A Dpacket_kern.c492 kern_packet_get_packetid(const kern_packet_t ph, packet_id_t *pktid) in kern_packet_get_packetid()
/xnu-8792.41.9/libsyscall/wrappers/skywalk/
H A Dos_packet.c294 os_packet_get_packetid(const packet_t ph, packet_id_t *pktid) in os_packet_get_packetid()
300 os_packet_set_packetid(const packet_t ph, packet_id_t *pktid) in os_packet_set_packetid()