Searched refs:m_off (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_output.c289 int m_off; local
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.c4484 struct mbuf **m_lastm, int *m_off)
4500 off = *m_off;
4577 *m_off = 0;
4580 *m_off = off + n->m_len;
4483 m_copym_with_hdrs(struct mbuf *m, int off0, int len0, int wait, struct mbuf **m_lastm, int *m_off) argument

Completed in 36 milliseconds