Home
last modified time | relevance | path

Searched refs:m_copym_with_hdrs (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.81.4/bsd/netinet/
H A Dtcp_output.c2770 m = m_copym_with_hdrs(so->so_snd.sb_mb, in tcp_output()
2776 m = m_copym_with_hdrs(so->so_snd.sb_mb, in tcp_output()
/xnu-12377.81.4/bsd/sys/
H A Dmbuf.h1726 __private_extern__ struct mbuf *m_copym_with_hdrs(struct mbuf *, int, int, int,
/xnu-12377.81.4/bsd/kern/
H A Duipc_mbuf.c3187 m_copym_with_hdrs(struct mbuf *m0, int off0, int len0, int wait, in m_copym_with_hdrs() function
H A Duipc_mbuf_mcache.c4076 m_copym_with_hdrs(struct mbuf *m0, int off0, int len0, int wait, function