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

/darwin-on-arm/xnu/bsd/sys/
H A Dmbuf.h1056 __private_extern__ struct mbuf *m_copym_with_hdrs(struct mbuf *, int, int, int,
/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_output.c1390 * to m_copym_with_hdrs are still valid... if the head of the socket chain has
1392 * just computed is different from the one last returned by m_copym_with_hdrs (perhaps
1394 * offset into it as valid hints for m_copym_with_hdrs to use (if valid, these hints allow
1395 * m_copym_with_hdrs to avoid rescanning from the beginning of the socket buffer mbuf list.
1410 * m_copym_with_hdrs will always return the last mbuf pointer and the offset into it that
1413 if ((m = m_copym_with_hdrs(so->so_snd.sb_mb, off, len, M_DONTWAIT, &m_lastm, &m_off)) == NULL) {
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_mbuf.c149 * m_mclalloc(), m_bigalloc(), m_copym_with_hdrs(),
4483 m_copym_with_hdrs(struct mbuf *m, int off0, int len0, int wait, function

Completed in 37 milliseconds