Searched refs:m_copym_mode (Results 1 – 9 of 9) sorted by relevance
| /xnu-10002.1.13/bsd/netinet6/ |
| H A D | ip6_forward.c | 278 mcopy = m_copym_mode(m, 0, imin(m->m_pkthdr.len, ICMPV6_PLD_MAXLEN), in ip6_forward()
|
| H A D | ip6_output.c | 4087 copym = m_copym_mode(m, 0, M_COPYALL, M_DONTWAIT, M_COPYM_COPY_HDR); in ip6_mloopback()
|
| /xnu-10002.1.13/bsd/netinet/ |
| H A D | raw_ip.c | 290 struct mbuf *n = m_copym_mode(m, 0, (int)M_COPYALL, M_DONTWAIT, M_COPYM_MUST_COPY_HDR); in rip_input_inner() 313 struct mbuf *n = m_copym_mode(m, 0, (int)M_COPYALL, M_DONTWAIT, M_COPYM_MUST_COPY_HDR); in rip_input_inner()
|
| H A D | ip_output.c | 2944 copym = m_copym_mode(m, 0, M_COPYALL, M_DONTWAIT, M_COPYM_COPY_HDR); in ip_mloopback()
|
| H A D | tcp_output.c | 2407 m->m_next = m_copym_mode(so->so_snd.sb_mb, in tcp_output()
|
| H A D | mptcp_subr.c | 3242 m = m_copym_mode(mpt_mbuf, (int)off, mlen, M_DONTWAIT, in mptcp_subflow_output() 3507 n = m_copym_mode(m, 0, m->m_len, M_DONTWAIT, M_COPYM_MUST_COPY_HDR); in mptcp_copy_mbuf_list()
|
| /xnu-10002.1.13/bsd/sys/ |
| H A D | mbuf.h | 1395 extern struct mbuf *m_copym_mode(struct mbuf *, int, int, int, uint32_t);
|
| /xnu-10002.1.13/bsd/kern/ |
| H A D | uipc_mbuf.c | 6094 m_copym_mode(struct mbuf *m, int off0, int len, int wait, uint32_t mode) function 6211 return m_copym_mode(m, off0, len, wait, M_COPYM_MOVE_HDR);
|
| /xnu-10002.1.13/bsd/net/ |
| H A D | content_filter.c | 3902 copy = m_copym_mode(data, copyoffset, copylen, M_DONTWAIT, in cfil_dispatch_data_event()
|