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

/haiku/src/libs/compat/freebsd_iflib/
H A Diflib.c3507 iflib_encap(iflib_txq_t txq, struct mbuf **m_headp) argument
3526 m_head = *m_headp;
3562 err = iflib_ether_pad(ctx->ifc_dev, m_headp, scctx->isc_min_frame_size);
3568 m_head = *m_headp;
3580 if (__predict_false((err = iflib_parse_header(txq, &pi, m_headp)) != 0)) {
3584 m_head = *m_headp;
3596 m_head = m_collapse(*m_headp, M_NOWAIT, max_segs);
3603 m_head = m_defrag(*m_headp, M_NOWAIT);
3613 *m_headp = m_head;
3621 m_freem(*m_headp);
[all...]

Completed in 86 milliseconds