Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/kern/
H A Duipc_mbuf.c6226 struct mbuf **m_lastm, int *m_off, uint32_t mode) argument
6246 if (off0 >= *m_off) {
6248 off = off0 - *m_off;
6330 *m_off = off0 + len0 - (off + n->m_len);
6361 struct mbuf **m_lastm, int *m_off, uint32_t mode) argument
6380 if (off0 >= *m_off) {
6382 off = off0 - *m_off;
6480 *m_off = off0 + len0 - (off + n->m_len);