Home
last modified time | relevance | path

Searched refs:m_copym (Results 1 – 25 of 60) sorted by relevance

123

/dports/misc/rump/buildrump.sh-b914579/src/sys/nfs/
H A Dnfs_srvcache.c270 *repp = m_copym(rp->rc_reply, 0, M_COPYALL, in nfsrv_getcache()
314 rp->rc_nam = m_copym(nd->nd_nam, 0, M_COPYALL, M_WAIT); in nfsrv_getcache()
365 rp->rc_reply = m_copym(repmbuf, in nfsrv_updatecache()
H A Dnfs_clntsocket.c151 m = m_copym(rep->r_mreq, 0, M_COPYALL, M_WAIT); in nfs_receive()
613 mrest_backup = m_copym(mrest, 0, M_COPYALL, M_WAIT); in nfs_request()
670 m = m_copym(rep->r_mreq, 0, M_COPYALL, M_WAIT); in nfs_request()
/dports/misc/rump/buildrump.sh-b914579/src/sys/fs/nfs/server/
H A Dnfs_nfsdcache.c419 nd->nd_mreq = m_copym(rp->rc_reply, 0, in nfsrc_getudp()
494 nd->nd_mreq = m_copym(rp->rc_reply, 0, in nfsrvd_updatecache()
531 m = m_copym(nd->nd_mreq, 0, M_COPYALL, M_WAITOK); in nfsrvd_updatecache()
715 nd->nd_mreq = m_copym(rp->rc_reply, 0, in nfsrc_gettcp()
/dports/misc/rump/buildrump.sh-b914579/src/sys/netinet6/
H A Dicmp6.c617 if ((n = m_copym(m, 0, M_COPYALL, M_DONTWAIT)) == NULL) { in icmp6_input()
667 if ((n = m_copym(m, 0, M_COPYALL, M_DONTWAIT)) == NULL) { in icmp6_input()
704 n = m_copym(m, 0, M_COPYALL, M_DONTWAIT); in icmp6_input()
776 if ((n = m_copym(m, 0, M_COPYALL, M_DONTWAIT)) == NULL) { in icmp6_input()
792 if ((n = m_copym(m, 0, M_COPYALL, M_DONTWAIT)) == NULL) { in icmp6_input()
808 if ((n = m_copym(m, 0, M_COPYALL, M_DONTWAIT)) == NULL) { in icmp6_input()
824 if ((n = m_copym(m, 0, M_COPYALL, M_DONTWAIT)) == NULL) { in icmp6_input()
840 if ((n = m_copym(m, 0, M_COPYALL, M_DONTWAIT)) == NULL) { in icmp6_input()
/dports/misc/rump/buildrump.sh-b914579/src/sys/netinet/
H A Dsctputil.h48 #define sctp_m_copym m_copym
H A Dip_output.c797 m->m_next = m_copym(m0, off, len, M_DONTWAIT); in ip_fragment()
1155 m = m_copym(mopts, 0, M_COPYALL, M_DONTWAIT); in ip_ctloutput()
/dports/www/firefox-esr/firefox-91.8.0/netwerk/sctp/src/
H A Duser_mbuf.h114 struct mbuf *m_copym(struct mbuf *, int, int, int);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/usrsctp/usrsctplib/usrsctplib/
H A Duser_mbuf.h114 struct mbuf *m_copym(struct mbuf *, int, int, int);
/dports/www/firefox/firefox-99.0/netwerk/sctp/src/
H A Duser_mbuf.h114 struct mbuf *m_copym(struct mbuf *, int, int, int);
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/sctp/src/
H A Duser_mbuf.h111 struct mbuf *m_copym(struct mbuf *, int, int, int);
/dports/net/libusrsctp/usrsctp-0.9.5.0/usrsctplib/
H A Duser_mbuf.h114 struct mbuf *m_copym(struct mbuf *, int, int, int);
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/sctp/src/
H A Duser_mbuf.h111 struct mbuf *m_copym(struct mbuf *, int, int, int);
/dports/www/libdatachannel/libdatachannel-0.16.1/deps/usrsctp/usrsctplib/
H A Duser_mbuf.h114 struct mbuf *m_copym(struct mbuf *, int, int, int);
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/sctp/src/
H A Duser_mbuf.h114 struct mbuf *m_copym(struct mbuf *, int, int, int);
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/sctp/src/
H A Duser_mbuf.h111 struct mbuf *m_copym(struct mbuf *, int, int, int);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/usrsctp/usrsctplib/usrsctplib/
H A Duser_mbuf.h114 struct mbuf *m_copym(struct mbuf *, int, int, int);
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/usrsctp/usrsctplib/usrsctplib/
H A Duser_mbuf.h114 struct mbuf *m_copym(struct mbuf *, int, int, int);
/dports/misc/rump/buildrump.sh-b914579/src/sys/sys/
H A Dmbuf.h717 #define m_copy(m, o, l) m_copym((m), (o), (l), M_DONTWAIT)
847 struct mbuf *m_copym(struct mbuf *, int, int, int);
/dports/misc/rump/buildrump.sh-b914579/src/sys/net/
H A Dif_ecosubr.c483 m = m_copym(m, 0, ECO_HDR_LEN, M_DONTWAIT); in eco_start()
653 m0 = m_copym(ec->ec_packet, 0, ECO_SHDR_LEN, M_DONTWAIT); in eco_inputframe()
H A Dif_bridge.c1515 mc = m_copym(m, 0, M_COPYALL, M_NOWAIT); in bridge_output()
1539 mc = m_copym(m, 0, M_COPYALL, in bridge_output()
1949 mc = m_copym(m, 0, M_COPYALL, M_DONTWAIT); in bridge_broadcast()
1960 mc = m_copym(m, 0, M_COPYALL, M_DONTWAIT); in bridge_broadcast()
/dports/misc/rump/buildrump.sh-b914579/src/sys/fs/nfs/common/
H A Dkrpc_subr.c315 m = m_copym(mhead, 0, M_COPYALL, M_WAITOK); in krpc_call()
/dports/misc/rump/buildrump.sh-b914579/src/sys/netsmb/
H A Dsubr_mchain.c575 rm = m_copym(m, mdp->md_pos - mtod(m, u_char*), size, M_WAIT); in md_get_mbuf()
H A Dsmb_iod.c270 m = m_copym(rqp->sr_rq.mb_top, 0, M_COPYALL, M_WAIT); in smb_iod_sendrq()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/
H A Dkttcp.c592 *mp = m_copym(m, 0, len, M_WAIT); in kttcp_soreceive()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/bluetooth/
H A Dbcsp.c1167 _m = m_copym(m, 0, M_COPYALL, M_DONTWAIT); in bcsp_tx_reliable_pkt()
1263 _m = m_copym(m, 0, M_COPYALL, M_DONTWAIT); in bcsp_timer_timeout()

123