Searched refs:m_temp (Results 1 – 1 of 1) sorted by relevance
1030 struct mbuf *m, *m_temp, *m_new = NULL; in oce_tx() local1201 m_temp = m_defrag(m, M_NOWAIT); in oce_tx()1202 if (m_temp == NULL) in oce_tx()1204 m = m_temp; in oce_tx()1205 *mpp = m_temp; in oce_tx()