Home
last modified time | relevance | path

Searched refs:M_COPYALL (Results 1 – 25 of 75) sorted by relevance

123

/dports/net/netwib/netwib-5.38.0-src/src/port/freebsd/kernelmodule/
H A Dether_mod.c164 mcopy = m_copy(m, 0, (int)M_COPYALL);
189 mcopy = m_copy(m, 0, (int)M_COPYALL);
266 m2 = m_copy(m, 0, (int)M_COPYALL);
280 mcopy = m_copy(m, 0, (int)M_COPYALL);
301 (mcopy = m_copy(m, 0, (int)M_COPYALL))) {
340 (mcopy = m_copy(m, 0, (int)M_COPYALL))) {
/dports/security/fragrouter/fragrouter-1.6/Libnet-0.99b/support/bpf-lkm/FreeBSD/
H A Dether_mod.c165 mcopy = m_copy(m, 0, (int)M_COPYALL);
190 mcopy = m_copy(m, 0, (int)M_COPYALL);
267 m2 = m_copy(m, 0, (int)M_COPYALL);
281 mcopy = m_copy(m, 0, (int)M_COPYALL);
302 (mcopy = m_copy(m, 0, (int)M_COPYALL))) {
341 (mcopy = m_copy(m, 0, (int)M_COPYALL))) {
/dports/net/netwib/netwib-5.38.0-src/src/port/openbsd/kernelmodule/
H A Dether_mod-2.4.c163 mcopy = m_copy(m, 0, (int)M_COPYALL);
177 mcopy = m_copy(m, 0, (int)M_COPYALL);
189 mcopy = m_copy(m, 0, (int)M_COPYALL);
260 (mcopy = m_copy(m, 0, (int)M_COPYALL))) {
299 (mcopy = m_copy(m, 0, (int)M_COPYALL))) {
H A Dether_mod-2.5.c191 mcopy = m_copy(m, 0, (int)M_COPYALL);
205 mcopy = m_copy(m, 0, (int)M_COPYALL);
217 mcopy = m_copy(m, 0, (int)M_COPYALL);
310 (mcopy = m_copy(m, 0, (int)M_COPYALL))) {
348 (mcopy = m_copy(m, 0, (int)M_COPYALL))) {
H A Dether_mod-2.6.c192 mcopy = m_copy(m, 0, (int)M_COPYALL);
206 mcopy = m_copy(m, 0, (int)M_COPYALL);
218 mcopy = m_copy(m, 0, (int)M_COPYALL);
311 (mcopy = m_copy(m, 0, (int)M_COPYALL))) {
349 (mcopy = m_copy(m, 0, (int)M_COPYALL))) {
/dports/security/fragrouter/fragrouter-1.6/Libnet-0.99b/support/bpf-lkm/OpenBSD/
H A Dether_mod.c163 mcopy = m_copy(m, 0, (int)M_COPYALL);
176 mcopy = m_copy(m, 0, (int)M_COPYALL);
188 mcopy = m_copy(m, 0, (int)M_COPYALL);
259 (mcopy = m_copy(m, 0, (int)M_COPYALL))) {
298 (mcopy = m_copy(m, 0, (int)M_COPYALL))) {
/dports/misc/rump/buildrump.sh-b914579/src/sys/kern/
H A Duipc_mbuf.c484 KASSERT(len != M_COPYALL); in m_align()
509 KASSERT(len != M_COPYALL); in m_append()
687 KASSERT(len != M_COPYALL); in m_prepend()
756 if (len != M_COPYALL) in m_copym0()
768 if (len == M_COPYALL) in m_copym0()
799 if (len != M_COPYALL) in m_copym0()
886 KASSERT(len != M_COPYALL); in m_copydata()
1026 KASSERT(len != M_COPYALL); in m_ensure_contig()
1084 KASSERT(len != M_COPYALL); in m_pullup()
1107 KASSERT(len != M_COPYALL); in m_copyup()
[all …]
/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()
366 0, M_COPYALL, M_WAIT); 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/netinet6/
H A Dicmp6.c617 if ((n = m_copym(m, 0, M_COPYALL, M_DONTWAIT)) == NULL) { in icmp6_input()
629 if ((n = m_dup(n0, 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()
1932 if ((n = m_copy(m, 0, (int)M_COPYALL)) != NULL) { in icmp6_rip6_input()
/dports/misc/rump/buildrump.sh-b914579/src/sys/fs/nfs/server/
H A Dnfs_nfsdcache.c420 M_COPYALL, M_WAITOK); in nfsrc_getudp()
495 M_COPYALL, M_WAITOK); in nfsrvd_updatecache()
531 m = m_copym(nd->nd_mreq, 0, M_COPYALL, M_WAITOK); in nfsrvd_updatecache()
716 M_COPYALL, M_WAITOK); in nfsrc_gettcp()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/ipf/netinet/
H A Dip_compat.h711 # define M_COPY(m) m_copy((m), 0, M_COPYALL)
786 # define M_COPY(m) m_copy((m), 0, M_COPYALL)
787 # define M_DUP(m) m_copy((m), 0, M_COPYALL)
931 # define M_COPY(x) m_copy((x), 0, M_COPYALL)
1143 # define M_COPY(x) m_copy((x), 0, M_COPYALL)
1200 # define M_COPY(m) m_copy((m), 0, M_COPYALL)
1236 # define M_COPY(m) m_copy((m), 0, M_COPYALL)
1262 # define M_COPY(m) m_copy((m), 0, M_COPYALL)
1566 # define M_COPY(m) m_copy((m), 0, M_COPYALL)
1972 # ifdef M_COPYALL
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/net/
H A Draw_usrreq.c112 if ((n = m_copy(m, 0, M_COPYALL)) == NULL) in raw_input()
/dports/misc/rump/buildrump.sh-b914579/src/sys/netipsec/
H A Dkeysock.c362 if ((n = m_copy(m, 0, (int)M_COPYALL)) != NULL) { in key_sendup_mbuf()
400 if ((n = m_copy(m, 0, (int)M_COPYALL)) == NULL) { in key_sendup_mbuf()
/dports/www/firefox-esr/firefox-91.8.0/netwerk/sctp/src/
H A Duser_mbuf.h75 #define M_COPYALL 1000000000
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/usrsctp/usrsctplib/usrsctplib/
H A Duser_mbuf.h75 #define M_COPYALL 1000000000 macro
/dports/www/firefox/firefox-99.0/netwerk/sctp/src/
H A Duser_mbuf.h75 #define M_COPYALL 1000000000 macro
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/sctp/src/
H A Duser_mbuf.h72 #define M_COPYALL 1000000000 macro
/dports/net/libusrsctp/usrsctp-0.9.5.0/usrsctplib/
H A Duser_mbuf.h75 #define M_COPYALL 1000000000 macro
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/sctp/src/
H A Duser_mbuf.h72 #define M_COPYALL 1000000000 macro
/dports/www/libdatachannel/libdatachannel-0.16.1/deps/usrsctp/usrsctplib/
H A Duser_mbuf.h75 #define M_COPYALL 1000000000 macro
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/sctp/src/
H A Duser_mbuf.h75 #define M_COPYALL 1000000000 macro
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/sctp/src/
H A Duser_mbuf.h72 #define M_COPYALL 1000000000 macro
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/usrsctp/usrsctplib/usrsctplib/
H A Duser_mbuf.h75 #define M_COPYALL 1000000000 macro
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/usrsctp/usrsctplib/usrsctplib/
H A Duser_mbuf.h75 #define M_COPYALL 1000000000 macro

123