Searched refs:m_hold_next (Results 1 – 2 of 2) sorted by relevance
1170 struct mbuf *m_hold, *m_hold_next; in arp_check_update_lle() local1248 for (; m_hold != NULL; m_hold = m_hold_next) { in arp_check_update_lle()1249 m_hold_next = m_hold->m_nextpkt; in arp_check_update_lle()
2570 struct mbuf *m_hold, *m_hold_next; in clear_llinfo_pqueue() local2572 for (m_hold = ln->la_hold; m_hold; m_hold = m_hold_next) { in clear_llinfo_pqueue()2573 m_hold_next = m_hold->m_nextpkt; in clear_llinfo_pqueue()