Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/net/
H A Dskywalk_stubs.c145 STUB(kern_packet_tx_completion);
H A Dif_fake.c1272 kern_packet_tx_completion(ph, fakeif->iff_ifp); in feth_tx_complete()
1723 kern_packet_tx_completion(sph, fakeif->iff_ifp); in feth_nx_sync_tx()
2226 kern_packet_tx_completion(sph, fakeif->iff_ifp); in feth_nx_tx_queue_deliver_pkt_chain()
/xnu-8020.121.3/bsd/skywalk/packet/
H A Dos_packet.h643 extern void kern_packet_tx_completion(const kern_packet_t, ifnet_t);
H A Dpacket_kern.c385 kern_packet_tx_completion(const kern_packet_t ph, ifnet_t ifp) in kern_packet_tx_completion() function