Home
last modified time | relevance | path

Searched refs:kern_packet_set_headroom (Results 1 – 7 of 7) sorted by relevance

/xnu-8796.101.5/bsd/net/
H A Dskywalk_stubs.c140 STUB(kern_packet_set_headroom);
H A Dif_headless.c809 err = kern_packet_set_headroom(ph, 0); in headless_nx_sync_rx()
H A Dif_fake.c1046 err = kern_packet_set_headroom(dph, doff); in feth_clone_packet()
1208 err = kern_packet_set_headroom(dph, in feth_copy_packet()
H A Dif_utun.c715 error = kern_packet_set_headroom(rx_ph, 0); in utun_netif_sync_rx()
826 error = kern_packet_set_headroom(rx_ph, 0); in utun_netif_sync_rx()
H A Dif_ipsec.c1611 error = kern_packet_set_headroom(rx_ph, 0); in ipsec_netif_sync_rx()
/xnu-8796.101.5/bsd/skywalk/packet/
H A Dos_packet.h658 extern errno_t kern_packet_set_headroom(const kern_packet_t, const uint8_t);
H A Dpacket_kern.c59 kern_packet_set_headroom(const kern_packet_t ph, const uint8_t headroom) in kern_packet_set_headroom() function