Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/net/
H A Dskywalk_stubs.c112 STUB(kern_packet_get_compression_generation_count);
H A Dpktap.c1452 kern_packet_get_compression_generation_count(pkt, &hdr->pth_comp_gencnt); in pktap_bpf_tap_packet()
H A Dbpf.c4178 kern_packet_get_compression_generation_count(kern_pkt, &ehp->bh_comp_gencnt); in catchpacket()
/xnu-11215.81.4/bsd/skywalk/packet/
H A Dos_packet.h726 extern errno_t kern_packet_get_compression_generation_count(const kern_packet_t, uint32_t *);
H A Dpacket_kern.c215 kern_packet_get_compression_generation_count(const kern_packet_t ph, uint32_t *pgencnt) in kern_packet_get_compression_generation_count() function