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

/freebsd-11-stable/sys/kgssapi/krb5/
H A Dkcrypto_arcfour.c153 m_apply(inout, skip, len, rc4_crypt_int, &rs);
182 m_apply(inout, skip, inlen, MD5Update_int, &md5);
H A Dkcrypto_des.c242 m_apply(inout, skip, inlen, MD5Update_int, &md5);
/freebsd-11-stable/sys/opencrypto/
H A Dcriov.c188 error = m_apply((struct mbuf *)buf, off, len, f, arg);
/freebsd-11-stable/sys/netipsec/
H A Dxform_tcp.c118 * Callback function invoked by m_apply() to digest TCP segment data
202 * Use m_apply() to avoid an early m_pullup().
206 m_apply(m, len, m->m_pkthdr.len - len,
/freebsd-11-stable/sys/dev/usb/
H A Dusb_busdma.c247 (void) m_apply(m, src_offset, src_len, &usbd_m_copy_in_cb, &arg);
/freebsd-11-stable/sys/sys/
H A Dmbuf.h575 int m_apply(struct mbuf *, int, int,
/freebsd-11-stable/sys/dev/usb/net/
H A Dif_cdce.c891 error = m_apply(m, src_offset, src_len, cdce_m_crc32_cb, &crc);
/freebsd-11-stable/sys/kern/
H A Duipc_mbuf.c1139 m_apply(struct mbuf *m, int off, int len, function
1145 KASSERT(off >= 0, ("m_apply, negative off %d", off));
1146 KASSERT(len >= 0, ("m_apply, negative len %d", len));
1148 KASSERT(m != NULL, ("m_apply, offset > size of mbuf chain"));
1155 KASSERT(m != NULL, ("m_apply, offset > size of mbuf chain"));
/freebsd-11-stable/share/man/man9/
H A DMakefile1115 mbuf.9 m_apply.9 \

Completed in 146 milliseconds