Home
last modified time | relevance | path

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

/dragonfly/sys/opencrypto/
H A Dcriov.c191 error = m_apply((struct mbuf *)buf, off, len, f, arg); in crypto_apply()
/dragonfly/sys/sys/
H A Dmbuf.h509 int m_apply(struct mbuf *, int, int,
/dragonfly/sys/bus/u4b/
H A Dusb_busdma.c213 (void) m_apply(m, src_offset, src_len, &usbd_m_copy_in_cb, &arg); in usbd_m_copy_in()
/dragonfly/sys/bus/u4b/net/
H A Dif_cdce.c892 error = m_apply(m, src_offset, src_len, cdce_m_crc32_cb, &crc); in cdce_m_crc32()
/dragonfly/sys/netinet/
H A Dtcp_subr.c2324 m_apply(m, doff, len, tcpsignature_apply, &ctx); in tcpsignature_compute()
/dragonfly/sys/kern/
H A Duipc_mbuf.c2470 m_apply(struct mbuf *m, int off, int len, in m_apply() function