Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/net/ !
H A Dskywalk_stubs.c154 STUB(kern_packet_set_tx_completion_status);
H A Dif_fake.c1403 int err = kern_packet_set_tx_completion_status(ph, 0); in feth_tx_complete()
1424 err = kern_packet_set_tx_completion_status(*ph, in feth_tx_complete_error()
/xnu-8792.61.2/bsd/skywalk/packet/ !
H A Dos_packet.h723 extern errno_t kern_packet_set_tx_completion_status(const kern_packet_t,
H A Dpacket_kern.c424 kern_packet_set_tx_completion_status(const kern_packet_t ph, in kern_packet_set_tx_completion_status() function