Lines Matching defs:mb_head
1002 struct mbuf *m, *mb_head;
1041 IF_DEQUEUE(&scp->linkq, mb_head);
1042 if (mb_head == NULL)
1044 IF_DEQUEUE(&scp->fastq, mb_head);
1045 if (mb_head == NULL)
1047 IFQ_DEQUEUE(&ifp->if_snd, mb_head);
1048 if (mb_head == NULL)
1092 for (m = mb_head ; m != NULL ; m = m->m_next) {
1096 m_freem(mb_head);
1122 bpf_mtap(ifp, mb_head, BPF_D_OUT);
1124 m_freem(mb_head);