Searched refs:mp_tmp (Results 1 – 1 of 1) sorted by relevance
766 mblk_t *mp_tmp; in simnet_m_tx() local784 mp_tmp = mp; in simnet_m_tx()785 while (mp_tmp->b_cont != NULL) in simnet_m_tx()786 mp_tmp = mp_tmp->b_cont; in simnet_m_tx()787 mp_tmp->b_cont = mp_new; in simnet_m_tx()