Searched refs:mbufc (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/xen/netback/
H A Dnetback_unit_tests.c1414 /** xnb_mbufc2pkt on an empty mbufc */
1434 /** xnb_mbufc2pkt on a short mbufc */
1494 struct mbuf *mbufc, *mbufc2; local
1496 mbufc = m_getm(NULL, size1, M_WAITOK, MT_DATA);
1497 XNB_ASSERT(mbufc != NULL);
1498 if (mbufc == NULL)
1500 mbufc->m_flags |= M_PKTHDR;
1502 mbufc2 = m_getm(mbufc, size2, M_WAITOK, MT_DATA);
1505 safe_m_freem(&mbufc);
1536 struct mbuf *mbufc, * local
1574 struct mbuf *mbufc, *m; local
1615 struct mbuf *mbufc, *m; local
1833 struct mbuf *mbufc; local
1969 struct mbuf *mbufc; local
2077 struct mbuf *mbufc; local
2188 struct mbuf *mbufc; local
2254 struct mbuf *mbufc; local
2359 struct mbuf *mbufc; local
2400 struct mbuf *mbufc; local
[all...]
H A Dnetback.c154 const struct mbuf *mbufc, gnttab_copy_table gnttab);
156 struct mbuf **mbufc, struct ifnet *ifnet,
165 struct mbuf *mbufc,
169 static void xnb_update_mbufc(struct mbuf *mbufc,
171 static int xnb_mbufc2pkt(const struct mbuf *mbufc,
175 const struct mbuf *mbufc,
193 static void xnb_add_mbuf_cksum(struct mbuf *mbufc);
1443 struct mbuf *mbufc; local
1446 err = xnb_recv(txb, xnb->otherend_id, &mbufc, ifp,
1448 if (err || (mbufc
1700 xnb_txpkt2gnttab(const struct xnb_pkt *pkt, struct mbuf *mbufc, gnttab_copy_table gnttab, const netif_tx_back_ring_t *txb, domid_t otherend_id) argument
1767 xnb_update_mbufc(struct mbuf *mbufc, const gnttab_copy_table gnttab, int n_entries) argument
1807 xnb_recv(netif_tx_back_ring_t *txb, domid_t otherend, struct mbuf **mbufc, struct ifnet *ifnet, gnttab_copy_table gnttab) argument
1879 xnb_mbufc2pkt(const struct mbuf *mbufc, struct xnb_pkt *pkt, RING_IDX start, int space) argument
1952 xnb_rxpkt2gnttab(const struct xnb_pkt *pkt, const struct mbuf *mbufc, gnttab_copy_table gnttab, const netif_rx_back_ring_t *rxb, domid_t otherend_id) argument
2141 xnb_add_mbuf_cksum(struct mbuf *mbufc) argument
2316 struct mbuf *mbufc; local
2392 xnb_send(netif_rx_back_ring_t *ring, domid_t otherend, const struct mbuf *mbufc, gnttab_copy_table gnttab) argument
[all...]

Completed in 106 milliseconds