Home
last modified time | relevance | path

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

/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/net/
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()
/xnu-8020.140.41/bsd/netinet6/
H A Dicmp6.c636 if ((n = m_copy(m, 0, M_COPYALL)) == NULL) { in icmp6_input()
769 n = m_copy(m, 0, M_COPYALL); 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.c1905 if ((m_frgpart = m_copy(morig, off, len)) == NULL) { in ip6_do_fragmentation()
/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.c1870 m->m_next = m_copy(m0, off, len); in ip_fragment()
/xnu-8020.140.41/bsd/sys/
H A Dmbuf.h920 #define m_copy(m, o, l) m_copym((m), (o), (l), M_DONTWAIT) macro
/xnu-8020.140.41/bsd/kern/
H A Duipc_socket.c3161 *controlp = m_copy(m, 0, m->m_len); in soreceive_ctl()