priq
struct priq *pq = ifq->ifq_q;
struct priq *pq;
pq = malloc(sizeof(struct priq), M_DEVBUF, M_WAITOK);
free(pq, M_DEVBUF, sizeof(struct priq));