Searched refs:kern_packet_get_headroom (Results 1 – 4 of 4) sorted by relevance
116 STUB(kern_packet_get_headroom);
986 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()
659 extern uint8_t kern_packet_get_headroom(const kern_packet_t);
65 kern_packet_get_headroom(const kern_packet_t ph) in kern_packet_get_headroom() function