Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/net/
H A Dskywalk_stubs.c144 STUB(kern_packet_set_tx_completion_status);
H A Dif_fake.c1270 int err = kern_packet_set_tx_completion_status(ph, 0); in feth_tx_complete()
1720 err = kern_packet_set_tx_completion_status(sph, in feth_nx_sync_tx()
2223 int err = kern_packet_set_tx_completion_status(sph, in feth_nx_tx_queue_deliver_pkt_chain()
/xnu-8020.121.3/bsd/skywalk/packet/
H A Dos_packet.h641 extern errno_t kern_packet_set_tx_completion_status(const kern_packet_t,
H A Dpacket_kern.c408 kern_packet_set_tx_completion_status(const kern_packet_t ph, in kern_packet_set_tx_completion_status() function