Lines Matching defs:m_head
1879 msk_encap(struct sk_if_softc *sc_if, struct mbuf *m_head, uint32_t *txidx)
1898 msk_dump_mbuf(m_head);
1906 if (bus_dmamap_load_mbuf(sc->sc_dmatag, txmap, m_head,
1972 sc_if->sk_cdata.sk_tx_chain[cur].sk_mbuf = m_head;
2011 struct mbuf *m_head = NULL;
2018 IFQ_POLL(&ifp->if_snd, m_head);
2019 if (m_head == NULL)
2027 if (msk_encap(sc_if, m_head, &idx)) {
2033 IFQ_DEQUEUE(&ifp->if_snd, m_head);
2040 bpf_mtap(ifp, m_head, BPF_D_OUT);