Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/netinet/
H A Dtcp_output.c2465 m = m_copym_with_hdrs(so->so_snd.sb_mb, in tcp_output()
2471 m = m_copym_with_hdrs(so->so_snd.sb_mb, in tcp_output()
/xnu-10002.81.5/bsd/sys/
H A Dmbuf.h1590 __private_extern__ struct mbuf *m_copym_with_hdrs(struct mbuf *, int, int, int,
/xnu-10002.81.5/bsd/kern/
H A Duipc_mbuf.c6262 m_copym_with_hdrs(struct mbuf *m0, int off0, int len0, int wait, function