Home
last modified time | relevance | path

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

/xnu-10002.61.3/bsd/skywalk/channel/
H A Dkern_channel_event.c183 err = __packet_get_packetid(ph, &pkt_tx_status.packet_id); in kern_channel_event_transmit_status_with_packet()
/xnu-10002.61.3/libsyscall/wrappers/skywalk/
H A Dos_packet.c302 return __packet_get_packetid(ph, pktid); in os_packet_get_packetid()
/xnu-10002.61.3/bsd/skywalk/packet/
H A Dpacket_kern.c512 return __packet_get_packetid(ph, pktid); in kern_packet_get_packetid()
1058 err = __packet_get_packetid(ph, &exp_notif.packet_id); in kern_packet_check_for_expiry_and_notify()
H A Dpacket_common.h510 __packet_get_packetid(const uint64_t ph, packet_id_t *pktid) in __packet_get_packetid() function