Searched refs:kern_packet_set_headroom (Results 1 – 7 of 7) sorted by relevance
140 STUB(kern_packet_set_headroom);
809 err = kern_packet_set_headroom(ph, 0); in headless_nx_sync_rx()
1046 err = kern_packet_set_headroom(dph, doff); in feth_clone_packet()1208 err = kern_packet_set_headroom(dph, in feth_copy_packet()
715 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()
1611 error = kern_packet_set_headroom(rx_ph, 0); in ipsec_netif_sync_rx()
658 extern errno_t kern_packet_set_headroom(const kern_packet_t, const uint8_t);
59 kern_packet_set_headroom(const kern_packet_t ph, const uint8_t headroom) in kern_packet_set_headroom() function