Home
last modified time | relevance | path

Searched refs:pMbuf (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/xen/netback/
H A Dnetback_unit_tests.c985 struct mbuf *pMbuf; in xnb_pkt2mbufc_empty() local
991 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() local
1007 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() local
1024 pMbuf = xnb_pkt2mbufc(&pkt, xnb_unit_pvt.ifp); in xnb_pkt2mbufc_csum()
1025 XNB_ASSERT(M_TRAILINGSPACE(pMbuf) >= size); in xnb_pkt2mbufc_csum()
[all …]