Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/kern/
H A Duipc_mbuf.c6222 struct mbuf **m_lastm, int *m_off, uint32_t mode) argument
6241 if (m_lastm != NULL && *m_lastm != NULL) {
6242 m = *m_lastm;
6339 if (m_lastm != NULL && m_off != NULL) {
6341 *m_lastm = m->m_next;
6344 *m_lastm = m;