Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Duipc_mbuf.c3052 struct mbuf **m_lastm, int *m_off, uint32_t mode) in m_copym_mode() argument
3071 if (m_lastm != NULL && *m_lastm != NULL) { in m_copym_mode()
3073 m = *m_lastm; in m_copym_mode()
3154 if (m_lastm != NULL) { in m_copym_mode()
3155 *m_lastm = m; in m_copym_mode()
3188 struct mbuf **m_lastm, int *m_off, uint32_t mode) in m_copym_with_hdrs() argument
3201 if (m_lastm != NULL && *m_lastm != NULL) { in m_copym_with_hdrs()
3203 m = *m_lastm; in m_copym_with_hdrs()
3277 if (m_lastm != NULL) { in m_copym_with_hdrs()
3278 *m_lastm = m; in m_copym_with_hdrs()
H A Duipc_mbuf_mcache.c4077 struct mbuf **m_lastm, int *m_off, uint32_t mode) argument
4092 if (m_lastm != NULL && *m_lastm != NULL) {
4094 m = *m_lastm;
4177 if (m_lastm != NULL) {
4178 *m_lastm = m;