Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet6/
H A Dip6_forward.c281 mcopy = m_copym_mode(m, 0, imin(m->m_pkthdr.len, ICMPV6_PLD_MAXLEN), in ip6_forward()
H A Dip6_output.c4197 copym = m_copym_mode(m, 0, M_COPYALL, M_DONTWAIT, NULL, NULL, M_COPYM_COPY_HDR); in ip6_mloopback()
/xnu-12377.41.6/bsd/netinet/
H A Draw_ip.c296 …struct mbuf *n = m_copym_mode(m, 0, (int)M_COPYALL, M_DONTWAIT, NULL, NULL, M_COPYM_MUST_COPY_HDR); in rip_input_inner()
319 …struct mbuf *n = m_copym_mode(m, 0, (int)M_COPYALL, M_DONTWAIT, NULL, NULL, M_COPYM_MUST_COPY_HDR); in rip_input_inner()
H A Dtcp_output.c2669 m->m_next = m_copym_mode(so->so_snd.sb_mb, in tcp_output()
2676 m->m_next = m_copym_mode(so->so_snd.sb_mb, in tcp_output()
H A Dip_output.c3053 copym = m_copym_mode(m, 0, M_COPYALL, M_DONTWAIT, NULL, NULL, M_COPYM_COPY_HDR); in ip_mloopback()
H A Dmptcp_subr.c3276 m = m_copym_mode(mpt_mbuf, (int)off, mlen, M_DONTWAIT, NULL, NULL, in mptcp_subflow_output()
3541 n = m_copym_mode(m, 0, m->m_len, M_DONTWAIT, NULL, NULL, M_COPYM_MUST_COPY_HDR); in mptcp_copy_mbuf_list()
/xnu-12377.41.6/bsd/sys/
H A Dmbuf.h1490 extern struct mbuf *m_copym_mode(struct mbuf *, int, int, int, struct mbuf **, int *, uint32_t);
/xnu-12377.41.6/bsd/kern/
H A Duipc_mbuf.c3051 m_copym_mode(struct mbuf *m, int off0, int len0, int wait, in m_copym_mode() function
3175 return m_copym_mode(m, off0, len, wait, NULL, NULL, M_COPYM_MOVE_HDR); in m_copym()
/xnu-12377.41.6/bsd/net/
H A Dcontent_filter.c3940 copy = m_copym_mode(data, copyoffset, copylen, M_DONTWAIT, NULL, NULL, in cfil_dispatch_data_event()