Home
last modified time | relevance | path

Searched refs:__packet_get_packetid (Results 1 – 4 of 4) sorted by relevance

/xnu-8796.121.2/bsd/skywalk/channel/
H A Dkern_channel_event.c80 err = __packet_get_packetid(ph, &pkt_tx_status.packet_id); in kern_channel_event_transmit_status_with_packet()
/xnu-8796.121.2/libsyscall/wrappers/skywalk/
H A Dos_packet.c296 return __packet_get_packetid(ph, pktid); in os_packet_get_packetid()
/xnu-8796.121.2/bsd/skywalk/packet/
H A Dpacket_kern.c494 return __packet_get_packetid(ph, pktid); in kern_packet_get_packetid()
H A Dpacket_common.h497 __packet_get_packetid(const uint64_t ph, packet_id_t *pktid) in __packet_get_packetid() function