overflow_queue
static struct overflow_queue *freeq;
oq_full(struct overflow_queue *q)
oq_empty(struct overflow_queue *q)
oq_enq(struct overflow_queue *q, const struct netmap_slot *s)
oq_deq(struct overflow_queue *q)
struct overflow_queue *oq;
struct overflow_queue *q = cp->oq;
struct overflow_queue *q = port->oq;
struct overflow_queue *oq = NULL;
oq = calloc(npipes + 1, sizeof(struct overflow_queue));
struct overflow_queue *q = &oq[t + k];
struct overflow_queue *q = p->oq;