ifqueue all these queues are a struct ifqueue struct ifqueue { struct mbuf *ifq_head; struct mbuf *ifq_tail; int ifq_len; int ifq_maxlen; int ifq_drops; struct timeout *ifq_congestion; };