Searched refs:mp_tmp (Results 1 – 1 of 1) sorted by relevance
791 mblk_t *mp_tmp; in simnet_m_tx() local809 mp_tmp = mp; in simnet_m_tx()810 while (mp_tmp->b_cont != NULL) in simnet_m_tx()811 mp_tmp = mp_tmp->b_cont; in simnet_m_tx()812 mp_tmp->b_cont = mp_new; in simnet_m_tx()