Home
last modified time | relevance | path

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

/xnu-10002.61.3/bsd/net/
H A Dskywalk_stubs.c146 STUB(kern_packet_set_network_header_offset);
H A Dif_ipsec.c2116 error = kern_packet_set_network_header_offset(rx_ph, 0); in ipsec_netif_sync_rx_mbuf()
2290 err = kern_packet_set_network_header_offset(netif_ph, 0); in ipsec_transform_kpipe_pkt_to_netif_pkt()
/xnu-10002.61.3/bsd/skywalk/packet/
H A Dos_packet.h692 extern errno_t kern_packet_set_network_header_offset(const kern_packet_t,
H A Dpacket_kern.c132 kern_packet_set_network_header_offset(const kern_packet_t ph, in kern_packet_set_network_header_offset() function