Searched refs:m_off (Results 1 – 2 of 2) sorted by relevance
3052 struct mbuf **m_lastm, int *m_off, uint32_t mode) in m_copym_mode() argument3072 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() argument3202 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()
4077 struct mbuf **m_lastm, int *m_off, uint32_t mode) argument4093 if (off0 >= *m_off) {4095 off = off0 - *m_off;4179 *m_off = off0 + len0 - (off + n->m_len);