Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/kern/
H A Duipc_mbuf.c6123 struct mbuf **m_lastm, int *m_off, uint32_t mode) argument
6144 if (off0 >= *m_off) {
6146 off = off0 - *m_off;
6232 *m_off = off0 + len0 - (off + n->m_len);
6263 struct mbuf **m_lastm, int *m_off, uint32_t mode) argument
6283 if (off0 >= *m_off) {
6285 off = off0 - *m_off;
6383 *m_off = off0 + len0 - (off + n->m_len);