Searched refs:pMbuf (Results 1 – 1 of 1) sorted by relevance
985 struct mbuf *pMbuf; in xnb_pkt2mbufc_empty() local991 pMbuf = xnb_pkt2mbufc(&pkt, xnb_unit_pvt.ifp); in xnb_pkt2mbufc_empty()992 safe_m_freem(&pMbuf); in xnb_pkt2mbufc_empty()1003 struct mbuf *pMbuf; in xnb_pkt2mbufc_short() local1007 pMbuf = xnb_pkt2mbufc(&pkt, xnb_unit_pvt.ifp); in xnb_pkt2mbufc_short()1008 XNB_ASSERT(M_TRAILINGSPACE(pMbuf) >= size); in xnb_pkt2mbufc_short()1009 safe_m_freem(&pMbuf); in xnb_pkt2mbufc_short()1020 struct mbuf *pMbuf; in xnb_pkt2mbufc_csum() local1024 pMbuf = xnb_pkt2mbufc(&pkt, xnb_unit_pvt.ifp); in xnb_pkt2mbufc_csum()1025 XNB_ASSERT(M_TRAILINGSPACE(pMbuf) >= size); in xnb_pkt2mbufc_csum()[all …]