Contents

lockPrepend

Adds a chain of packets to the head of a synchronized queue.

Declaration

virtual void lockPrepend(
 mbuf_tm);

Parameters

  • m:

    A chain of packets to add to the head of the queue.

Return Value

Always returns true.

Overview

A spinlock is used to synchronize access to the queue.

See Also

Miscellaneous