Home
last modified time | relevance | path

Searched refs:m_hold_next (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/netinet/
H A Dif_ether.c1170 struct mbuf *m_hold, *m_hold_next; in arp_check_update_lle() local
1248 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()
/f-stack/freebsd/netinet6/
H A Dnd6.c2570 struct mbuf *m_hold, *m_hold_next; in clear_llinfo_pqueue() local
2572 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()