Home
last modified time | relevance | path

Searched defs:pktid (Results 1 – 6 of 6) sorted by relevance

/xnu-11417.121.6/libsyscall/wrappers/skywalk/
H A Dos_packet.c300 os_packet_get_packetid(const packet_t ph, packet_id_t *pktid) in os_packet_get_packetid()
306 os_packet_set_packetid(const packet_t ph, packet_id_t *pktid) in os_packet_set_packetid()
/xnu-11417.121.6/bsd/skywalk/packet/
H A Dpacket_common.h542 __packet_get_packetid(const uint64_t ph, packet_id_t *pktid) in __packet_get_packetid()
569 __packet_set_packetid(const uint64_t ph, const packet_id_t *pktid) in __packet_set_packetid()
H A Dpacket_kern.c510 kern_packet_get_packetid(const kern_packet_t ph, packet_id_t *pktid) in kern_packet_get_packetid()
/xnu-11417.121.6/tests/skywalk/
H A Dskt_netifdirect.c303 packet_id_t pktid = {OS_PACKET_PKTID_VERSION_CURRENT, variable
H A Dskt_xfer.c1142 packet_id_t pktid = {OS_PACKET_PKTID_VERSION_CURRENT, variable
/xnu-11417.121.6/bsd/kern/
H A Dkpi_mbuf.c2047 mbuf_set_timestamp_requested(mbuf_t m, uintptr_t *pktid, in mbuf_set_timestamp_requested()