ifq_head 45 altq/if_altq.h struct mbuf *ifq_head; ifq_head 1223 dev/ic/midway.c if (sc->rxslot[slot].indma.ifq_head || sc->rxslot[slot].q.ifq_head) ifq_head 1255 dev/ic/midway.c if (sc->rxslot[slot].indma.ifq_head || ifq_head 1256 dev/ic/midway.c sc->rxslot[slot].q.ifq_head || ifq_head 1786 dev/ic/midway.c launch.t = sc->txslot[chan].q.ifq_head; /* peek at head of queue */ ifq_head 2452 dev/ic/midway.c if ((kick & mask) && sc->txslot[lcv].q.ifq_head) { ifq_head 2489 dev/ic/midway.c if (sc->rxslot[slot].indma.ifq_head == NULL && ifq_head 2490 dev/ic/midway.c sc->rxslot[slot].q.ifq_head == NULL && ifq_head 2749 dev/ic/midway.c m = sc->rxslot[slot].q.ifq_head; ifq_head 616 net/if.c for (m = q->ifq_head; m; m = next) { ifq_head 632 net/if.c q->ifq_head = m->m_nextpkt; ifq_head 1093 net/if.c n = ifq->ifq_head; ifq_head 1098 net/if.c ifq->ifq_head = 0; ifq_head 139 net/if.h struct mbuf *ifq_head; ifq_head 298 net/if.h (ifq)->ifq_head = m; \ ifq_head 306 net/if.h (m)->m_nextpkt = (ifq)->ifq_head; \ ifq_head 309 net/if.h (ifq)->ifq_head = (m); \ ifq_head 314 net/if.h (m) = (ifq)->ifq_head; \ ifq_head 316 net/if.h if (((ifq)->ifq_head = (m)->m_nextpkt) == 0) \ ifq_head 334 net/if.h #define IF_POLL(ifq, m) ((m) = (ifq)->ifq_head) ifq_head 1178 net/if_bridge.c while (sc->sc_if.if_snd.ifq_head) { ifq_head 1117 net/if_ppp.c && (IFQ_IS_EMPTY(&sc->sc_if.if_snd) == 0 || sc->sc_fastq.ifq_head)) { ifq_head 1123 net/if_ppp.c while (sc->sc_rawq.ifq_head) { ifq_head 376 net/if_pppoe.c while (ppoediscinq.ifq_head) { ifq_head 383 net/if_pppoe.c while (ppoeinq.ifq_head) { ifq_head 891 net/if_spppsubr.c empty = !sp->pp_fastq.ifq_head && !sp->pp_cpq.ifq_head && ifq_head 936 net/if_spppsubr.c m = sp->pp_cpq.ifq_head; ifq_head 940 net/if_spppsubr.c if ((m = sp->pp_fastq.ifq_head) == NULL) ifq_head 3872 net/if_spppsubr.c n = ifq->ifq_head; ifq_head 3877 net/if_spppsubr.c ifq->ifq_head = 0; ifq_head 314 net/ppp_tty.c if (sc->sc_inq.ifq_head != NULL) ifq_head 472 netinet/if_ether.c while (arpintrq.ifq_head) { ifq_head 256 netinet/ip_input.c while (ipintrq.ifq_head) { ifq_head 184 netinet6/ip6_input.c while (ip6intrq.ifq_head) {