Lines Matching defs:m_tmp
3250 struct mbuf *m, *m_at, *m_tmp, *m_cookie, *op_err, *m_last;
3808 for (m_tmp = m; m_tmp; m_tmp = m_tmp->m_next) {
3809 m->m_pkthdr.len += m_tmp->m_len;
3810 if (m_tmp->m_next == NULL) {
3811 /* m_tmp should now point to last one */
3847 m_tmp->m_next = m_cookie;
9025 struct mbuf *m_tmp = err_cause;
9028 while (m_tmp != NULL) {
9029 err_len += m_tmp->m_len;
9030 m_tmp = m_tmp->m_next;