Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Duipc_mbuf.c3052 struct mbuf **m_lastm, int *m_off, uint32_t mode) in m_copym_mode() argument
3072 if (off0 >= *m_off) { in m_copym_mode()
3074 off = off0 - *m_off; in m_copym_mode()
3156 *m_off = off0 + len0 - (off + n->m_len); in m_copym_mode()
3188 struct mbuf **m_lastm, int *m_off, uint32_t mode) in m_copym_with_hdrs() argument
3202 if (off0 >= *m_off) { in m_copym_with_hdrs()
3204 off = off0 - *m_off; in m_copym_with_hdrs()
3279 *m_off = off0 + len0 - (off + n->m_len); in m_copym_with_hdrs()
H A Duipc_mbuf_mcache.c4077 struct mbuf **m_lastm, int *m_off, uint32_t mode) argument
4093 if (off0 >= *m_off) {
4095 off = off0 - *m_off;
4179 *m_off = off0 + len0 - (off + n->m_len);