dequeue
Removes a single packet from the head of the queue.
Declaration
virtual mbuf_t dequeue();Return Value
Returns a packet removed from the head of the queue, or NULL if the queue was empty.
Removes a single packet from the head of the queue.
virtual mbuf_t dequeue();Returns a packet removed from the head of the queue, or NULL if the queue was empty.