Home
last modified time | relevance | path

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

/xnu-11215.41.3/bsd/net/
H A Dskywalk_stubs.c121 STUB(kern_packet_get_network_header_offset);
H A Dif_ports_used.c1829 uint16_t offset = kern_packet_get_network_header_offset(SK_PKT2PH(pkt)); in if_notify_unattributed_wake_pkt()
/xnu-11215.41.3/bsd/skywalk/packet/
H A Dos_packet.h700 extern uint16_t kern_packet_get_network_header_offset(const kern_packet_t);
H A Dpacket_kern.c141 kern_packet_get_network_header_offset(const kern_packet_t ph) in kern_packet_get_network_header_offset() function