Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/net/
H A Draw_cb.c185 nam = m_copym(nam, 0, M_COPYALL, M_WAITOK); in raw_bind()
H A Draw_usrreq.c130 n = m_copy(m, 0, (int)M_COPYALL); in raw_input()
H A Dether_if_module.c554 struct mbuf *n = m_copy(*m, 0, (int)M_COPYALL); in ether_frameout_extended()
H A Dpf_pbuf.c193 m = m_copy(pbuf->pb_mbuf, 0, M_COPYALL); in pbuf_clone_to_mbuf()
H A Dif_bridge.c758 #define m_copypacket(m, how) m_copym(m, 0, M_COPYALL, how)
/xnu-8020.140.41/bsd/netkey/
H A Dkeysock.c299 if ((n = m_copy(m, 0, (int)M_COPYALL)) != NULL) { in key_sendup_mbuf()
333 if ((n = m_copy(m, 0, (int)M_COPYALL)) == NULL) { in key_sendup_mbuf()
/xnu-8020.140.41/bsd/netinet6/
H A Dicmp6.c636 if ((n = m_copy(m, 0, M_COPYALL)) == NULL) { in icmp6_input()
724 if ((n = m_copym(m, 0, M_COPYALL, M_DONTWAIT)) == NULL) { in icmp6_input()
769 n = m_copy(m, 0, M_COPYALL); in icmp6_input()
796 if ((n = m_copym(m, 0, M_COPYALL, M_DONTWAIT)) == NULL) { in icmp6_input()
815 if ((n = m_copym(m, 0, M_COPYALL, M_DONTWAIT)) == NULL) { in icmp6_input()
835 ((n = m_copym(m, 0, M_COPYALL, M_DONTWAIT)) == NULL)) { in icmp6_input()
854 if ((n = m_copym(m, 0, M_COPYALL, M_DONTWAIT)) == NULL) { in icmp6_input()
873 if ((n = m_copym(m, 0, M_COPYALL, M_DONTWAIT)) == NULL) { in icmp6_input()
2150 if ((n = m_copy(m, 0, (int)M_COPYALL)) != NULL) { in icmp6_rip6_input()
H A Dudp6_usrreq.c442 n = m_copy(m, 0, M_COPYALL); in udp6_input()
H A Draw_ip6.c202 struct mbuf *n = m_copy(m, 0, (int)M_COPYALL); in rip6_input()
H A Dip6_output.c4091 copym = m_copym_mode(m, 0, M_COPYALL, M_DONTWAIT, M_COPYM_COPY_HDR); in ip6_mloopback()
/xnu-8020.140.41/bsd/netinet/
H A Draw_ip.c229 struct mbuf *n = m_copy(m, 0, (int)M_COPYALL); in rip_input()
H A Dudp_usrreq.c525 n = m_copy(m, 0, M_COPYALL); in udp_input()
H A Dip_output.c2948 copym = m_copym_mode(m, 0, M_COPYALL, M_DONTWAIT, M_COPYM_COPY_HDR); in ip_mloopback()
/xnu-8020.140.41/bsd/sys/
H A Dmbuf.h1304 #define M_COPYALL 1000000000 macro
/xnu-8020.140.41/bsd/kern/
H A Duipc_mbuf.c1612 _CASSERT(MBUF_COPYALL == M_COPYALL); in mbinit()
5108 if (len != M_COPYALL) {
5135 if (len == M_COPYALL) {
5174 if (len != M_COPYALL) {
6050 if (len == M_COPYALL) {