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

/freebsd-10.0-release/sys/rpc/
H A Dreplay.c199 *mp = m_copym(rce->rce_repbody,
238 m = m_copym(m, 0, M_COPYALL, M_WAITOK);
H A Dclnt_dg.c451 m_copym(args, 0, M_COPYALL, M_WAITOK)))) {
H A Dclnt_vc.c370 m_copym(args, 0, M_COPYALL, M_WAITOK)))) {
/freebsd-10.0-release/sys/fs/nfsserver/
H A Dnfs_nfsdcache.c417 nd->nd_mreq = m_copym(rp->rc_reply, 0,
492 nd->nd_mreq = m_copym(rp->rc_reply, 0,
529 m = m_copym(nd->nd_mreq, 0, M_COPYALL, M_WAITOK);
713 nd->nd_mreq = m_copym(rp->rc_reply, 0,
/freebsd-10.0-release/sys/netipx/
H A Dipx_outputfl.c273 m1 = m_copym(m, 0, M_COPYALL, M_NOWAIT);
H A Dspx_usrreq.c476 m = m_copym(m0, 0, mtu, M_NOWAIT);
/freebsd-10.0-release/sys/nfs/
H A Dkrpc_subr.c312 m = m_copym(mhead, 0, M_COPYALL, M_WAITOK);
/freebsd-10.0-release/sys/kern/
H A Dsubr_mchain.c517 rm = m_copym(m, mdp->md_pos - mtod(m, u_char*), size, M_WAITOK);
H A Duipc_socket.c1722 *mp = m_copym(m, 0, len, copy_flag);
1727 * m_copym() couldn't
1991 m = m_copym(sb->sb_mb, 0, len, M_NOWAIT);
H A Duipc_mbuf.c601 m_copym(struct mbuf *m, int off0, int len, int wait) function
608 KASSERT(off >= 0, ("m_copym, negative off %d", off));
609 KASSERT(len >= 0, ("m_copym, negative len %d", len));
614 KASSERT(m != NULL, ("m_copym, offset > size of mbuf chain"));
625 ("m_copym, length > size of mbuf chain"));
812 * An optimization of the common case `m_copym(m, 0, M_COPYALL, how)'.
/freebsd-10.0-release/sys/sys/
H A Dmbuf.h903 #define m_copy(m, o, l) m_copym((m), (o), (l), M_NOWAIT)
925 struct mbuf *m_copym(struct mbuf *, int, int, int);
/freebsd-10.0-release/sys/netinet6/
H A Dicmp6.c757 if ((n = m_copym(m, 0, M_COPYALL, M_NOWAIT)) == NULL) {
795 if ((n = m_copym(m, 0, M_COPYALL, M_NOWAIT)) == NULL) {
826 if ((n = m_copym(m, 0, M_COPYALL, M_NOWAIT)) == NULL) {
855 if ((n = m_copym(m, 0, M_COPYALL, M_NOWAIT)) == NULL) {
886 if ((n = m_copym(m, 0, M_COPYALL, M_NOWAIT)) == NULL) {
H A Dip6_output.c757 * at the expense of an m_copym().
1335 n = m_copym(m0, sizeof(struct ip6_hdr),
/freebsd-10.0-release/sys/netinet/
H A Dsctp_os_bsd.h277 #define SCTP_M_COPYM m_copym
H A Dip_output.c378 * at the expense of a cheap copy using m_copym().
802 * goes into an additional mbuf chain returned by m_copym().
820 m->m_next = m_copym(m0, off, len, M_NOWAIT);
/freebsd-10.0-release/sys/netsmb/
H A Dsmb_iod.c258 m = m_copym(rqp->sr_rq.mb_top, 0, M_COPYALL, M_WAITOK);
/freebsd-10.0-release/sys/dev/cxgbe/tom/
H A Dt4_ddp.c1226 m = m_copym(sb->sb_mb, 0, len, M_NOWAIT);
/freebsd-10.0-release/share/man/man9/
H A DMakefile878 mbuf.9 m_copym.9 \
/freebsd-10.0-release/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_main.c1354 m = m_copym(sb->sb_mb, 0, len, M_NOWAIT);
/freebsd-10.0-release/sys/netipsec/
H A Dkey.c1738 n = m_copym(m, mhp->extoff[idx], mhp->extlen[idx],
2218 n->m_next = m_copym(m, mhp->extoff[SADB_X_EXT_POLICY],
/freebsd-10.0-release/sys/fs/nfsclient/
H A Dnfs_clstate.c3545 rep = m_copym(nd->nd_mreq, 0, M_COPYALL, M_WAITOK);

Completed in 180 milliseconds