Representation of a packet queue.
This structure holds the state of a packet queue. It is an opaque structure with no user-visible elements.
#include <packetqueue.h>
Data Fields | |
list_t * | list |
struct memb * | memb |
list_t* packetqueue::list |
struct memb* packetqueue::memb |
Referenced by packetqueue_dequeue(), packetqueue_enqueue_packetbuf(), packetqueue_init(), and remove_queued_packet().