Searched refs:m_hold (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Dnd6_nbr.c1209 struct mbuf *m_hold, *m_hold_next; local
1218 for (m_hold = ln->ln_hold;
1219 m_hold; m_hold = m_hold_next) {
1220 m_hold_next = m_hold->m_nextpkt;
1221 m_hold->m_nextpkt = NULL;
1227 nd6_output(ifp, ifp, m_hold, &sin6, rt, NULL);

Completed in 20 milliseconds