new simple prio queuer struct ifqueue { struct { struct mbuf *head; struct mbuf *tail; } ifq_q[IFQ_NQUEUES]; int ifq_len; int ifq_maxlen; int ifq_drops; struct timeout *ifq_congestion; };