Home
last modified time | relevance | path

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

12

/freebsd-10-stable/sys/rpc/
Dreplay.c200 0, M_COPYALL, M_NOWAIT); in replay_find()
238 m = m_copym(m, 0, M_COPYALL, M_WAITOK); in replay_setreply()
Dclnt_bck.c264 m_copym(args, 0, M_COPYALL, M_WAITOK)))) { in clnt_bck_call()
Dclnt_vc.c375 m_copym(args, 0, M_COPYALL, M_WAITOK)))) { in clnt_vc_call()
Dclnt_dg.c446 m_copym(args, 0, M_COPYALL, M_WAITOK)))) { in clnt_dg_call()
/freebsd-10-stable/sys/fs/nfsserver/
Dnfs_nfsdcache.c416 M_COPYALL, M_WAITOK); in nfsrc_getudp()
491 M_COPYALL, M_WAITOK); in nfsrvd_updatecache()
527 m = m_copym(nd->nd_mreq, 0, M_COPYALL, M_WAITOK); in nfsrvd_updatecache()
705 M_COPYALL, M_WAITOK); in nfsrc_gettcp()
Dnfs_nfsdkrpc.c385 m = m_copym(nd->nd_mreq, 0, M_COPYALL, in nfs_proc()
/freebsd-10-stable/sys/netipsec/
Dkeysock.c305 if ((n = m_copy(m, 0, (int)M_COPYALL)) != NULL) { in key_sendup_mbuf()
335 if ((n = m_copy(m, 0, (int)M_COPYALL)) == NULL) { in key_sendup_mbuf()
/freebsd-10-stable/sys/netinet6/
Dicmp6.c571 if ((n = m_copy(m, 0, M_COPYALL)) == NULL) { in icmp6_input()
668 n = m_copy(m, 0, M_COPYALL); in icmp6_input()
751 if ((n = m_copym(m, 0, M_COPYALL, M_NOWAIT)) == NULL) { in icmp6_input()
789 if ((n = m_copym(m, 0, M_COPYALL, M_NOWAIT)) == NULL) { in icmp6_input()
820 if ((n = m_copym(m, 0, M_COPYALL, M_NOWAIT)) == NULL) { in icmp6_input()
849 if ((n = m_copym(m, 0, M_COPYALL, M_NOWAIT)) == NULL) { in icmp6_input()
880 if ((n = m_copym(m, 0, M_COPYALL, M_NOWAIT)) == NULL) { in icmp6_input()
2055 (n = m_copy(m, 0, (int)M_COPYALL)) != NULL) { in icmp6_rip6_input()
Dip6_mroute.c1127 mb0 = m_copy(m, 0, M_COPYALL); in X_ip6_mforward()
1529 mb_copy = m_copy(m, 0, M_COPYALL); in phyint_send()
1640 if ((mm->m_next = m_copy(m, 0, M_COPYALL)) == NULL) { in register_send()
Draw_ip6.c264 struct mbuf *n = m_copy(m, 0, (int)M_COPYALL); in rip6_input()
Dudp6_usrreq.c370 if ((n = m_copy(m, 0, M_COPYALL)) != NULL) { in udp6_input()
/freebsd-10-stable/sys/net/
Draw_usrreq.c98 n = m_copy(m, 0, (int)M_COPYALL); in raw_input_ext()
Dif_fddisubr.c334 n = m_copy(m, 0, (int)M_COPYALL); in fddi_output()
Dif_arcsubr.c234 struct mbuf *n = m_copy(m, 0, (int)M_COPYALL); in arc_output()
Dif_iso88025subr.c414 n = m_copy(m, 0, (int)M_COPYALL); in iso88025_output()
/freebsd-10-stable/sys/netipx/
Dipx_outputfl.c273 m1 = m_copym(m, 0, M_COPYALL, M_NOWAIT); in ipx_output_type20()
Dipx_input.c197 struct mbuf *m1 = m_copy(m, 0, (int)M_COPYALL); in ipxintr()
Dspx_usrreq.c721 m = m_copy(m, 0, M_COPYALL); in spx_output()
/freebsd-10-stable/sys/contrib/ipfilter/netinet/
Dip_compat.h220 # define M_COPY(x) m_copy((x), 0, M_COPYALL)
583 # ifdef M_COPYALL
584 # define M_DUP(m) m_dup(m, 0, M_COPYALL, 0)
/freebsd-10-stable/sys/nfs/
Dkrpc_subr.c312 m = m_copym(mhead, 0, M_COPYALL, M_WAITOK); in krpc_call()
/freebsd-10-stable/sys/netinet/
Draw_ip.c321 n = m_copy(m, 0, (int)M_COPYALL); in rip_input()
399 n = m_copy(m, 0, (int)M_COPYALL); in rip_input()
Dudp_usrreq.c569 if ((n = m_copy(m, 0, M_COPYALL)) != NULL) { in udp_input()
/freebsd-10-stable/sys/kern/
Duipc_mbuf.c624 KASSERT(len == M_COPYALL, in m_copym()
638 if (len == M_COPYALL) in m_copym()
651 if (len != M_COPYALL) in m_copym()
705 if (len == M_COPYALL) in m_copymdata()
/freebsd-10-stable/sys/netsmb/
Dsmb_iod.c256 m = m_copym(rqp->sr_rq.mb_top, 0, M_COPYALL, M_WAITOK); in smb_iod_sendrq()
/freebsd-10-stable/sys/sys/
Dmbuf.h919 #define M_COPYALL 1000000000 macro

12