Contents

lockFlush

Frees all packets currently held in a synchronized queue and releases them back to the free mbuf pool.

Declaration

virtual UInt32 lockFlush();

Return Value

Returns the number of packets freed.

Overview

The size of the queue is cleared to zero. A spinlock is used to synchronize access to the queue.

See Also

Miscellaneous