Home
last modified time | relevance | path

Searched refs:m_copy (Results 1 – 12 of 12) sorted by relevance

/xnu-12377.41.6/bsd/netkey/
H A Dkeysock.c300 if ((n = m_copy(m, 0, (int)M_COPYALL)) != NULL) { in key_sendup_mbuf()
334 if ((n = m_copy(m, 0, (int)M_COPYALL)) == NULL) { in key_sendup_mbuf()
/xnu-12377.41.6/bsd/net/
H A Draw_usrreq.c129 n = m_copy(m, 0, (int)M_COPYALL); in raw_input()
H A Dether_if_module.c652 struct mbuf *n = m_copy(*m, 0, (int)M_COPYALL); in ether_frameout_extended()
H A Dpf_pbuf.c196 m = m_copy(pbuf->pb_mbuf, 0, M_COPYALL); in pbuf_clone_to_mbuf()
/xnu-12377.41.6/bsd/netinet6/
H A Dicmp6.c670 if ((n = m_copy(m, 0, M_COPYALL)) == NULL) { in icmp6_input()
803 n = m_copy(m, 0, M_COPYALL); in icmp6_input()
2182 if ((n = m_copy(m, 0, (int)M_COPYALL)) != NULL) { in icmp6_rip6_input()
H A Dudp6_usrreq.c450 n = m_copy(m, 0, M_COPYALL); in udp6_input()
H A Draw_ip6.c210 struct mbuf *n = m_copy(m, 0, (int)M_COPYALL); in rip6_input()
H A Dip6_output.c1958 if ((m_frgpart = m_copy(morig, off, len)) == NULL) { in ip6_do_fragmentation()
/xnu-12377.41.6/bsd/sys/
H A Dmbuf.h1012 #define m_copy(m, o, l) m_copym((m), (o), (l), M_DONTWAIT) macro
/xnu-12377.41.6/bsd/netinet/
H A Dip_output.c1961 m->m_next = m_copy(m0, off, len); in ip_fragment()
H A Dudp_usrreq.c593 n = m_copy(m, 0, M_COPYALL); in udp_input()
/xnu-12377.41.6/bsd/kern/
H A Duipc_socket.c2993 *controlp = m_copy(m, 0, m->m_len); in soreceive_ctl()