Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/kern/
H A Duipc_mbuf.c5209 struct mbuf **m_lastm, int *m_off, uint32_t mode) argument
5224 if (m_lastm != NULL && *m_lastm != NULL) {
5225 m = *m_lastm;
5308 if (m_lastm != NULL && m_off != NULL) {
5310 *m_lastm = m->m_next;
5313 *m_lastm = m;