Contents

clearInputQueue

Discards all packets in the input queue.

Declaration

virtual UInt32 clearInputQueue(
 void );

Return Value

Returns the number of packets freed.

Overview

This method removes all packets from the input queue and releases them back to the free mbuf pool. It is unusual for a driver to call this method.

See Also

Miscellaneous