Home
last modified time | relevance | path

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

/xnu-8796.101.5/bsd/kern/
H A Duipc_mbuf.c5237 struct mbuf **m_lastm, int *m_off, uint32_t mode) argument
5252 if (m_lastm != NULL && *m_lastm != NULL) {
5253 m = *m_lastm;
5336 if (m_lastm != NULL && m_off != NULL) {
5338 *m_lastm = m->m_next;
5341 *m_lastm = m;