Home
last modified time | relevance | path

Searched refs:m_copym_mode (Results 1 – 8 of 8) sorted by relevance

/xnu-8020.140.41/bsd/netinet6/
H A Dip6_forward.c278 mcopy = m_copym_mode(m, 0, imin(m->m_pkthdr.len, ICMPV6_PLD_MAXLEN), in ip6_forward()
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/sys/
H A Dmbuf.h1322 extern struct mbuf *m_copym_mode(struct mbuf *, int, int, int, uint32_t);
/xnu-8020.140.41/bsd/netinet/
H A Dtcp_output.c2114 m->m_next = m_copym_mode(so->so_snd.sb_mb, in tcp_output()
H A Dip_output.c2948 copym = m_copym_mode(m, 0, M_COPYALL, M_DONTWAIT, M_COPYM_COPY_HDR); in ip_mloopback()
H A Dmptcp_subr.c3355 m = m_copym_mode(mpt_mbuf, (int)off, mlen, M_DONTWAIT, in mptcp_subflow_output()
3639 n = m_copym_mode(m, 0, m->m_len, M_DONTWAIT, M_COPYM_MUST_COPY_HDR); in mptcp_copy_mbuf_list()
/xnu-8020.140.41/bsd/kern/
H A Duipc_mbuf.c5076 m_copym_mode(struct mbuf *m, int off0, int len, int wait, uint32_t mode) function
5198 return m_copym_mode(m, off0, len, wait, M_COPYM_MOVE_HDR);
/xnu-8020.140.41/bsd/net/
H A Dcontent_filter.c3627 copy = m_copym_mode(data, copyoffset, copylen, M_DONTWAIT, in cfil_dispatch_data_event()