Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/net/
H A Dskywalk_stubs.c153 STUB(kern_packet_set_tx_completion_status);
H A Dif_fake.c1453 int err = kern_packet_set_tx_completion_status(ph, 0); in feth_tx_complete()
1626 err = kern_packet_set_tx_completion_status(ph, in feth_tx_complete_error()
/xnu-10002.41.9/bsd/skywalk/packet/
H A Dos_packet.h740 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