Home
last modified time | relevance | path

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

/xnu-8796.101.5/bsd/net/
H A Dskywalk_stubs.c116 STUB(kern_packet_get_headroom);
H A Dif_fake.c986 ASSERT(soff == kern_packet_get_headroom(sph)); in feth_clone_packet()
1209 kern_packet_get_headroom(sph)); in feth_copy_packet()
1893 off = kern_packet_get_headroom(sph); in feth_nx_sync_tx()
2463 off = kern_packet_get_headroom(sph); in feth_nx_tx_queue_deliver_pkt_chain()
/xnu-8796.101.5/bsd/skywalk/packet/
H A Dos_packet.h659 extern uint8_t kern_packet_get_headroom(const kern_packet_t);
H A Dpacket_kern.c65 kern_packet_get_headroom(const kern_packet_t ph) in kern_packet_get_headroom() function