Searched refs:packet_id_t (Results 1 – 5 of 5) sorted by relevance
| /xnu-8792.41.9/bsd/skywalk/channel/ |
| H A D | os_channel_event.h | 53 packet_id_t packet_id;
|
| /xnu-8792.41.9/bsd/skywalk/packet/ |
| H A D | os_packet.h | 272 } 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 D | packet_common.h | 497 __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 D | packet_kern.c | 492 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 D | os_packet.c | 294 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()
|