Searched refs:m_lastm (Results 1 – 2 of 2) sorted by relevance
3052 struct mbuf **m_lastm, int *m_off, uint32_t mode) in m_copym_mode() argument3071 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() argument3201 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()
4077 struct mbuf **m_lastm, int *m_off, uint32_t mode) argument4092 if (m_lastm != NULL && *m_lastm != NULL) {4094 m = *m_lastm;4177 if (m_lastm != NULL) {4178 *m_lastm = m;