Contents

IOUserNetworkTxSubmissionQueue

The queue that receives packets from the networking stack.

Declaration

class IOUserNetworkTxSubmissionQueue;

Overview

Create an IOUserNetworkTxSubmissionQueue in your driver and use it to dequeue empty packets. As your driver receives data from the networking stack, fill the empty packets with data send them to your hardware device. After sending the packets, enqueue them on your IOUserNetworkTxCompletionQueue object so that the system can reclaim them and make them available for reuse later.

Topics

Creating the Submission Queue

Instance Methods

Type Methods

See Also

Packet Queues